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