Authorization: ********************
curl --location --request POST '/acl' \
--header 'Accept: application/json' \
--header 'Authorization: <api-key>' \
--data-urlencode 'user_id=42342' \
--data-urlencode 'collection_id=312'
{
"status": "<string>"
}