curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athlete/register \
--header 'Content-Type: multipart/form-data' \
--form email=jsmith@example.com \
--form 'password=<string>'Create a new athlete account. Rate limited to 4 requests/minute.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/athlete/register \
--header 'Content-Type: multipart/form-data' \
--form email=jsmith@example.com \
--form 'password=<string>'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.