curl --location --request POST 'https://partner-api-stage.p100.io/v1/partner/crypto-withdrawal' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"currency": "eth",
"amount": 0.006,
"walletAddress": "0xc0e8FDbaF02688B060C9f3be5De041BD8149EDE4",
"memo": "Transaction to savings wallet",
"name": "Acme Corp",
"walletType": "CUSTODIAL",
"receiverType": "LEGAL"
}'
{
"withdrawalId": "9e4923bf-575b-470c-9d72-1c96fd594d40"
}