curl --location '/v4/api/account/entitlements' \
--header 'Authorization: Bearer <token>'{
"features": {
"smsEnabled": true,
"whatsAppEnabled": true,
"pkiEnabled": true,
"selfieEnabled": true,
"brandingEnabled": true,
"customEmailDomainEnabled": true,
"sandboxEnabled": true
},
"limits": {
"envelopesPerCycle": 0,
"whatsAppPerCycle": 0,
"smsPerCycle": 0,
"apiRequestsPerMinute": 0,
"maxDocumentSizeMb": 0
}
}