Authorization: Bearer ********************
{ "id": 0 }
curl --location --request POST '/api/services/app/role/del' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data-raw '{ "id": 0 }'