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