curl --location --request DELETE 'https://demo.traccar.org/api/permissions' \
--header 'Content-Type: application/json' \
--data '{
"attributeId": 0,
"calendarId": 0,
"deviceId": 0,
"driverId": 0,
"geofenceId": 0,
"groupId": 0,
"managedUserId": 0,
"userId": 0
}'{}