curl --location --request POST '/api/public/user' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}' \
--form 'u_name="я тестовый клиент"' \
--form 'u_phone1="79992423344"' \
--form 'op_id="1"' \
--form 'client_type="0"' \
--form 'u_stopproducts_groups[]="2"' \
--form 'u_stopproducts[]="31"' \
--form 'u_stopdishes_groups[]="1"' \
--form 'u_stopdishes[]="1321"' \
--form 'v_birthday="01.01.2024"' \
--form 'u_sex_id="1"' \
--form 'u_email="email@provider.zone"' \
--form 'source_id="1"' \
--form 'status="1"'[
{
"id": 1569,
"name": "я тестовый клиент",
"email": "email@provider.zone",
"u_sex_id": "1",
"v_birthday": "01.01.2024",
"phone": "+7 999 222-33-44",
"contacts": null,
"adr": "",
"adrs": [],
"stopProducts": [
{
"id": 31,
"title": "Авокадо",
"price": 800,
"type": "product",
"deleted": 0
}
],
"stopDishes": [
{
"id": 1321,
"title": "Овсяная каша с бананом",
"price": 0,
"net_price": 15.0543,
"weight": 205,
"d_image_link_full": null,
"cooking_title": "Разогреть в микроволновой печи.",
"d_kal": 152,
"d_belki": 5.37,
"d_jiry": 5.85,
"d_uglevody": 19.51,
"d_description": "Молоко, овсяные хлопья, сахарозаменитель,\r\nбанан, мята",
"translations": []
}
],
"bonus_from_payment": 0,
"maximum_bonus_payment": 0,
"is_discount_regular": true,
"comment_manager": null,
"comment_description": null,
"comment_delivery": null,
"comment_user": null,
"discount": 0,
"bonus_balance": 0,
"op_id": "1"
}
]