curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/upload-chatbot-icon' \ --header 'Authorization: Bearer <Your-Secret-Key>' \ --form 'chatbotId="[Your Chatbot ID]"' \ --form 'chatbotIconFile=""'
{ "message": "string" }