{}curl --location --request POST '/api/open/rest/walletApply' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": "string",
"code": "string",
"message": "string",
"data": {
"applyNo": "string",
"currency": "string",
"auditStatus": "string"
}
}