curl --location -g --request PUT 'https://uat-lb.simplifipay.com/v1/card//rule-group' \
--header 'Authorization;' \
--header 'requestUuid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "cceec464-eb26-4fbf-8e91-695f133ced0a",
"name": "Rule Group 1",
"description": "Rule Group 1 Description",
"spendRestrictions": {
"velocityDailyLimit": 1.23,
"velocityMonthlyLimit": 12.34,
"velocityYearlyLimit": 123.45
}
}'{
"uuid": "cceec464-eb26-4fbf-8e91-695f133ced0a",
"name": "Rule Group 1",
"description": "Rule Group 1 Description",
"spendRestrictions": {
"velocityDailyLimit": 1.23,
"velocityMonthlyLimit": 12.34,
"velocityYearlyLimit": 123.45
}
}