application/json

Body

  • amount number Required

Responses

  • 201

    Bid placed successfully

POST /bids/place
curl \
 --request POST 'http://localhost:5000/api/bids/place' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"amount":42.0}'
Request examples
{
  "amount": 42.0
}