curl --location -g --request POST 'https:///api/v2/agents//evaluation-datasets' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"questions": [
{
"property1": null,
"property2": null
}
],
"queries": [
{
"property1": null,
"property2": null
}
],
"tags": [
"string"
],
"metadata": {
"property1": null,
"property2": null
}
}'{
"message": "string",
"success": true,
"data": {
"bridge_id": 0,
"agent_id": 0,
"id": 0,
"public_id": "eb3ce6c7-ce7e-4638-a072-e5054706f601",
"name": "string",
"description": "string",
"created_on": "2019-08-24T14:15:22Z",
"created_by": "string",
"query_count": 0
}
}