curl --location '/v1/appetite//classifications//catalog?state=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 42,
"classificationId": 14,
"carrierId": "07f9c96d-0000-0000-0000-000000000000",
"carrierName": "Coterie",
"product": "BOP",
"state": "OH",
"limits": [
{
"id": 12,
"limitAmount": 1000000,
"isStandard": true,
"exceptionStates": []
}
],
"rules": [
{
"id": 7,
"ruleType": "years_in_business",
"minValue": "2"
}
],
"productOptions": [
{
"fieldName": "glLimit",
"fieldType": "select",
"values": [
300000,
500000,
1000000
]
}
],
"endorsements": [
{
"id": "endr-001",
"name": "Cyber Liability",
"isIncluded": false,
"additionalPremium": 150
}
]
}
]
}