POST /api/v1/evaluations/{id}/start
Starts the evaluation with the given ID.
curl -X POST "https://searchtweak.com/api/v1/evaluations/32/start" \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Accept: application/json"
{ "status": "OK", "message": "Evaluation start job dispatched" }