curl --location --request POST '/withdrawal/bankBind' \
--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",
"realName": "string",
"accountNumber": "string",
"verifyType": "EMAIL",
"verifyCode": 0,
"bankName": "string",
"contact": "string",
"prove": "string",
"bankCodeId": "string"
}'