Authorization: Bearer ********************
curl --location '/api/v1/Item/Delete' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "item": { "itemID": 0, "code": "" } }'