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