curl --location -g --request GET 'https://uat-lb.simplifipay.com/v1/card//rule-group' \
--header 'Authorization;' \
--header 'requestUuid;'[
{
"ruleGroup": {
"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
}
},
"enabled": "true"
}
]