{
"virtualCardId": "string",
"amount": "string"
}curl --location --request POST '/api/open/rest/cardDecreaseQuota' \
--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 '{
"virtualCardId": "string",
"amount": "string"
}'{
"success": false,
"code": "",
"message": "",
"data": null
}