curl --location --request PUT 'https://apivisionsampling.innovatemr.com/api/v2/pega/quota/' \
--header 'x-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Title": "Sample Quota",
"HardStop": false,
"HardStopType": 0,
"N": 100,
"GroupId": 12345,
"Conditions": {
"AGE": [
"18-35"
],
"GENDER": [
1,
2
],
"ZIPCODES": [
"23213",
"34543"
]
}
}'{
"apiStatus": "success",
"msg": "Quota is successfully updated."
}