{
"type": "alipay",
"gold": 1
}curl --location --request POST '/withdrawal/apply' \
--header 'Accept: application/json' \
--header 'tokenId: {{tokenId}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'Accept-Language: {{Accept-Language}}' \
--header 'mobileSystem: {{mobileSystem}}' \
--header 'clientid: {{clientid}}' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "alipay",
"gold": 1
}'{
"message": "",
"status": 0,
"data": null
}