curl --location -g --request POST 'https:///api/v2/evaluations/datasets//queries' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "string",
"response": {
"property1": null,
"property2": null
}
}'
{
"success": true,
"message": "Query created successfully",
"data": {
"id": 46,
"chatlog": null,
"question": "What are uou doing?",
"response": "I am typing",
"evaluation_dataset_id": 11
}
}