Authorization: Bearer ********************
curl --location '/api/v1/Unit/Delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "unit": { "unitID": 0 } }'