curl --location --request DELETE '/acl' \ --header 'Accept: application/json' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'user_id=42342' \ --data-urlencode 'collection_id=312'
{ "status": "<string>" }