curl --location --request POST 'https://sandbox.whapi.com/v2/bets/betslips' \
--header 'apiKey;' \
--header 'apiSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"legs": [
{
"parts": [
{
"includeInMultiple": true,
"priceDen": 0,
"priceNum": 0,
"priceType": 0,
"selectionId": 0
}
],
"sort": "string",
"type": "string"
}
]
}'
{
"betslip" : [
{
number: 1,
numLines: 1
...
}
]
}