curl --request POST \
--url https://whitebit.com/api/v4/trade-account/order \
--header 'Content-Type: application/json' \
--header 'X-TXC-APIKEY: <api-key>' \
--data '
{
"orderId": 123,
"request": "<string>",
"nonce": "<string>",
"offset": 0,
"limit": 50
}
'