Fetch Conversation Starter
curl --request GET \
--url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/conversation-starters/{promptId} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "Fetched conversation starter of the chatbot successfully",
"data": {
"id": "fd0bfc2d-2ea6-41dc-afb9-7a3ea7b2b729",
"title": "Contact us",
"description": "How to contact you?"
}
}