{"walletNo":"CW260202IC4287378USD","cardholderId":"2018888974111981570","outOrderId":"C1770176395480254CB24B","cardBin":"100009","cardAmt":"100"}curl --location --request POST '/api/open/rest/cardApply' \
--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 '{"walletNo":"CW260202IC4287378USD","cardholderId":"2018888974111981570","outOrderId":"C1770176395480254CB24B","cardBin":"100009","cardAmt":"100"}'{
"success": false,
"code": "",
"message": "",
"data": {
"merchantId": "",
"virtualCardId": "",
"cardNo": "",
"cardBin": "",
"status": "",
"ccy": "",
"cvv": "",
"expiry": "",
"cardAmt": 0.0,
"totalLimit": 0.0,
"perTransactionLimit": 0.0,
"dailyLimit": 0.0,
"monthlyLimit": 0.0
}
}