curl --location --request POST '/v1/cp/Issuing/SetCardLimitAndRestriction' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_number": "SPY123",
"wallet_number": "1123553798",
"card_no": "434610jywymi3868",
"auth_ecom": true,
"auth_moto": true,
"auth_contactless": true,
"auth_int": true,
"set_limit": true,
"daily_max_amount": 0,
"weekly_max_amount": 0,
"monthly_max_amount": 1500,
"yearly_max_amount": 0
}'
{
"status": 0,
"code": null,
"message": null,
"payload": true
}