curl --location --request POST 'https://app.jkcrm.vip/api/v1/products' \
--header 'token;' \
--header 'lang;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"price": 0,
"category_id": 0,
"unit_id": 0,
"is_online": 0,
"content": "string"
}'