curl --location '/v4/api/account/entitlements/catalog' \
--header 'Authorization: Bearer <token>'{
"features": [
{
"key": "smsEnabled",
"label": "string",
"description": "string",
"defaultValue": true
}
],
"limits": [
{
"key": "envelopesPerCycle",
"label": "string",
"description": "string",
"unit": "string",
"defaultValue": 0
}
]
}