curl --location --globoff --request PUT 'https:///api/v2/agents//evaluation-datasets/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"questions": [
{
"question": "string",
"expected_answer": "string",
"answer": "string",
"context": "string",
"data_points": [
"string"
],
"query_type": "RAG_QUERY",
"external_chatlog_id": "string"
}
],
"tags": [
"string"
],
"status": "string"
}'