curl --location 'https://crm.private-crm.ru/api/public/consumables' \
--header 'Identifier: demo' \
--header 'Application-key: tokenkey'[
{
"id": 0,
"title": "string",
"description": "string",
"article": "string",
"vendor": "string",
"price": 0,
"category": {
"id": 0,
"title": "string"
},
"unit": "string",
"usage": {
"with_orders": 0,
"order_amount": 0,
"with_dishes": 0,
"dish_amount": 0,
"min_dish_weight": 0,
"max_dish_weight": 0,
"dish_categories": [
{
"id": 0,
"title": "string"
}
],
"dishes": [
{
"id": 0,
"title": "string"
}
]
}
}
]