Authorization: Bearer ********************curl --location '/api/v1/InventoryReceipt/Delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"receipt": {
"inventoryReceiptID": 0,
"number": 0
}
}'