Authorization: Bearer ********************
curl --location --request DELETE 'http://localhost:8080api/v1/departments/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json'
{}