curl --request POST \
--url https://api.orderly.org/v1/withdraw_request \
--header 'Content-Type: application/json' \
--header 'orderly-account-id: <orderly-account-id>' \
--header 'orderly-key: <orderly-key>' \
--header 'orderly-signature: <orderly-signature>' \
--header 'orderly-timestamp: <orderly-timestamp>' \
--data '{
"signature": "<string>",
"userAddress": "<string>",
"verifyingContract": "<string>",
"message": {
"brokerId": "<string>",
"chainId": 123,
"chainType": "<string>",
"receiver": "<string>",
"token": "<string>",
"amount": 123,
"withdrawNonce": "<string>",
"timestamp": "<string>"
}
}'