curl --request POST \
--url http://localhost/mogl/mogl-backend/api/rate2Athlete \
--header 'Content-Type: application/json' \
--data '
{
"user_id": 1,
"rating": 4.5,
"review": "Excellent collaboration and timely delivery.",
"posted_by": "Jane Partner",
"posted_by_type": "Brand",
"job_id": 1
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/rate2Athlete \
--header 'Content-Type: application/json' \
--data '
{
"user_id": 1,
"rating": 4.5,
"review": "Excellent collaboration and timely delivery.",
"posted_by": "Jane Partner",
"posted_by_type": "Brand",
"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.
Athlete user ID (NOT athlete_id)
1
4.5
"Excellent collaboration and timely delivery."
Reviewer name (optional)
"Jane Partner"
Reviewer type (optional)
"Brand"
Related job ID (optional)
1
Rating submitted