Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
Athlete registered successfully