curl --request POST \
--url http://localhost/mogl/mogl-backend/api/review-job \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"job_id": 1
}'Triggers an AI review for a job. Only job_id is used — rating, review, and athlete_id are not read by the backend.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/review-job \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"job_id": 1
}'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.