curl --location --request POST 'https://sandbox-api.vmcardio.com/updateCardLimit' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"card_id": "302e-a05a1ccc44d5-9b37**********",
"single_limit": 10000,
"day_limit": 10000,
"amount": 20000
}'
{}