curl --location --request POST 'http://dev-cn.your-api-server.com/api/v0/chatbots//follow-up-prompts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Yo",
"link": "",
"description": "Hey what'\''s up?",
"isEscalationPrompt": false
}'{
"success": true,
"message": "Added follow-up prompt to the chatbot successfully",
"data": {}
}