The `claim_token` parameter expects a BASE64 encoded JSON with a format similar to the example below:
```json
{
"organization" : ["acme"]
}
```
The format expects one or more claims where the value for each claim must be an array of strings.
== Pushing Claims Using UMA
For more details about how to push claims when using UMA and permission tickets, please take a look at <<_service_protection_permission_api_papi, Permission API>>