curl --location --request PATCH 'http://dev-cn.your-api-server.com/api/v0/chatbots//quick-prompts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "quick prompt title",
"link": "",
"description": "quick prompt description"
}'{
"success": true,
"message": "Updated quick prompt of the chatbot successfully",
"data": {}
}