curl --location --request POST '/v1/bet/api/agent/bet/combo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"bets": [
{
"oddsId": "string",
"gameId": "string",
"market": "string",
"futureId": "string"
}
]
}'{}