curl --location --request POST 'https://msg.salesmartly.com/custom-robot/webhook' \
--header 'Authorization: Bearer ZDQYGFb9CQdzgN9' \
--form 'project_id="1"' \
--form 'chat_user_id=""' \
--form 'message=""' \
--form 'message_type=""' \
--form 'robot_id=""' \
--form 'robot_name=""' \
--form 'channel=""' \
--form 'channel_id=""' \
--form 'module="online"' \
--form 'description=""' \
--form 'match_text=""' \
--form 'image_url=""' \
--form 'title=""'
{
"res": "string"
}