curl --location --request POST 'http://dev-cn.your-api-server.com/api/v0/chatbots//quick-prompts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Contact us",
"link": "",
"description": "How to contact you?"
}'{
"success": true,
"message": "Added quick prompt to the chatbot successfully",
"data": {}
}