{
"request_id": "",
"company_id": "4101",
"card_id": "100029701",
"authLimitAmount": "30",
"updateCurrency": "USD",
"sign": "1CF2F88A602BD594CA067153B74591DA0D95874B9723BDAE3774019326A0EC29"
}
curl --location --request POST 'https://sandbox.vcc.top/api/card/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "",
"company_id": "4101",
"card_id": "100029701",
"authLimitAmount": "30",
"updateCurrency": "USD",
"sign": "1CF2F88A602BD594CA067153B74591DA0D95874B9723BDAE3774019326A0EC29"
}'
{
"code": 0,
"msg": {
"zh-CN": "成功",
"en-US": "Success"
},
"data": {
"status": "1",
"reqNo": 116301,
"errorMsg": null,
"groupId": null
}
}