curl --location --request GET 'https://apivisionsampling.innovatemr.com/api/v2/pega/quotas/' \
--header 'x-access-token;'{
"apiStatus": "success",
"Quotas": [
{
"HardStop": true,
"Status": 1,
"HardStopType": 0,
"N": 5,
"Title": "Male ",
"Conditions": {
"AGE": [
{
"OptionId": 1,
"AgeStart": 26,
"AgeEnd": 35
},
{
"OptionId": 2,
"AgeStart": 51,
"AgeEnd": 60
}
]
},
"GroupId": 19254,
"JobId": 8528,
"Id": 12130,
"CreatedDate": "2019-01-11T13:48:56.884Z"
}
]
}