curl --location --request POST 'http://dev-cn.your-api-server.com/api/v0/chatbots//icons' \
--header 'Authorization: Bearer <token>' \
--form 'iconType="CHAT_BUBBLE"' \
--form 'iconSrc="<string>"'{
"success": true,
"message": "Updated the chatbot icon successfully",
"data": null
}