curl --location --request PUT 'https://app.jkcrm.vip/api/v1/businesses/' \
--header 'token;' \
--header 'lang;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"customer_id": 0,
"amount": 0,
"may_deal_date": "string",
"business_status_id": 0,
"content": "string",
"create_user_id": 0,
"importance": 0,
"win_rate": 0
}'