curl --location 'https://stg-gateway.invora.app/api/billing/v2/subscriptions//entitlements/?readMask=undefined&view=undefined'{
"entitlement": {
"code": "string",
"description": "string",
"name": "string",
"privileges": [
{
"code": "string",
"config": {
"selectOptions": [
"string"
]
},
"name": "string",
"value": "string",
"valueType": "PRIVILEGE_VALUE_TYPE_ENUM_UNSPECIFIED"
}
]
}
}