curl --location --request PATCH '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": "quick prompt title",
"link": "",
"description": "quick prompt description",
"isEscalationPrompt": true
}'{
"success": true,
"message": "Updated follow-up prompt of the chatbot successfully",
"data": {}
}