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