curl --location -g --request POST 'https:///v2/api/conversation-starter' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"document_id": 19600,
"corpus_id": 1297,
"question_1": "What is prompt engineering?",
"question_2": "How does the attention mechanism work?",
"question_3": "What are LLMs?"
}'
{
"id": 3742,
"question_1": "What is prompt engineering 2?",
"question_2": "What is prompt engineering 2?",
"question_3": "What is prompt engineering 2?",
"document": 19201,
"corpus": 1345
}