curl --request POST \
--url https://gateway.varchev.com/crypto/withdraw \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--data '
{
"nonce": 70108089,
"asset": "pro",
"key": "ad minim esse aliqua ut",
"amount": "fug"
}
'