curl --location --request GET 'http://dev-cn.your-api-server.com/api/v0/chatbots//follow-up-prompts/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Fetched follow-up prompt of the chatbot successfully",
"data": {
"id": "fd0bfc2d-2ea6-41dc-afb9-7a3ea7b2b729",
"title": "Test Bot",
"description": "This is a test chatbot",
"isEscalationPrompt": false
}
}