agent_version=staging as a query parameter to link the newcurl --location --globoff 'https:///api/v2/agents//evaluation-datasets/upload' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--form 'file=@""' \
--form 'name=""' \
--form 'description=""' \
--form 'tags=""' \
--form 'metadata=""'{
"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:22.123Z",
"created_by": "string",
"query_count": 0,
"parse_report": {
"total_rows": 0,
"valid_rows": 0,
"skipped_rows": 0,
"skipped": [
{
"row": 0,
"reason": "string"
}
],
"columns_detected": {
"question": "string",
"answer": "string",
"data_points": "string",
"query_type": "string",
"external_chatlog_id": "string"
}
}
}
}