diff --git a/authorization_services/topics/service/entitlement/entitlement-api-aapi.adoc b/authorization_services/topics/service/entitlement/entitlement-api-aapi.adoc index c391c26ce8..5b47eaeb80 100644 --- a/authorization_services/topics/service/entitlement/entitlement-api-aapi.adoc +++ b/authorization_services/topics/service/entitlement/entitlement-api-aapi.adoc @@ -68,7 +68,7 @@ back a RPT (if permissions were actually granted) with a set of permissions repr You can also use the entitlements endpoint to obtain a user's entitlements for a set of one or more resources. For example, using curl: ```bash -curl -X POST -H "Authorization: Bearer ${access_token}" -d '{ +curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer ${access_token}" -d '{ "permissions" : [ { "resource_set_name" : "Alice Bank Account"