curl --location --request GET 'http://dev-cn.your-api-server.com/api/v0/chatbots//quick-prompts/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Fetched quick prompt of the chatbot successfully",
"data": {
"id": "fd0bfc2d-2ea6-41dc-afb9-7a3ea7b2b729",
"title": "Contact us",
"description": "How to contact you?"
}
}