curl --request POST \
--url https://api.example.com/v1/spot/hyperliquid/orders \
--header 'Content-Type: application/json' \
--data '
{
"symbol": "<string>",
"side": "<string>",
"type": "<string>",
"size": "<string>",
"price": "<string>",
"wallet": "<string>",
"signature": "<string>",
"nonce": 123
}
'