curl --location 'https://crm.private-crm.ru/webApi/orderRequests/create' \
--form 'identifier="demo"' \
--form 'webApiKey="tokenkey"' \
--form 'name="Юлия"' \
--form 'phone="+7 999 123-12-34"' \
--form 'address_text="ул. Денежная, д. 3, кв. 6 (4 этаж)"' \
--form 'comment=""' \
--form 'delivery_time_id="2"' \
--form 'delivery_time_name=""' \
--form 'order_source_id="2"' \
--form 'order_source_name=""' \
--form 'order_source_utm=""' \
--form 'project_id="1"' \
--form 'project_name=""' \
--form 'start_date="2025-12-23"' \
--form 'additional[Пол]="Женский"' \
--form 'price="250"' \
--form 'is_retail_order="1"' \
--form 'retail_order_dishes[0][dish_id]="1540"' \
--form 'retail_order_dishes[0][price]="120"' \
--form 'retail_order_dishes[0][weight]="50"' \
--form 'retail_order_dishes[0][count]="1"' \
--form 'retail_order_dishes[1][dish_title]="Бефстроганов (новое блюдо)"' \
--form 'retail_order_dishes[1][price]="100"' \
--form 'retail_order_dishes[1][weight]="10"' \
--form 'retail_order_dishes[1][count]="2"' \
--form 'count_person="1"'{
"status": "success",
"message": "Order request successfully added",
"request": {
"id": 81,
"user_id": 1515,
"user_name": "Юлия",
"user_phone": "+7 999 123-12-34",
"diet_id": 9999,
"tariff_id": 9999,
"project_id": 1,
"delivery_time_id": 2,
"user_address_id": 3283,
"start_date": "2025-12-23",
"end_date": null,
"days_count": 0,
"promocode": null,
"comment": "Стоимость: 250\r\nИсточник заказа: Инстаграм/ Масс\r\nВремя доставки: 20-22\r\n\r\nПол: Женский\r\nНе найденные блюда в меню:\r\nБефстроганов (новое блюдо), Цена: 100, 10 г., 2 шт.",
"count_person": "1",
"create_time": 1768487906,
"order_source_id": 2,
"retail_dishes": [
{
"dish_id": 1540,
"dish_title": "Азиатский салат",
"weight": "50",
"price": "120",
"count": "1"
}
]
}
}