curl --location --request PUT '/api/agent/0/evaluation/0/status' \
--header 'Ocp-Apim-Subscription-Key: {{your-api-key}}' \
--header 'Authorization: Bearer {{your-access-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"failed": false
}'
{
"success": true,
"message": "Evaluation status updated successfully.",
"data": {
"status": "Running"
}
}