curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athleteHire \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 1,
"fbp": null,
"fbc": null
}
'Hire an athlete. The id is the partner_job_applied_mappings row ID (application record), not a job or athlete ID.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athleteHire \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 1,
"fbp": null,
"fbc": null
}
'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.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Athlete hired