curl --request POST \
--url http://localhost/mogl/mogl-backend/api/fan/register \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "John",
"last_name": "Doe",
"location": "Los Angeles, CA",
"university_id": 1,
"email": "fan@example.com",
"password": "SecurePass1!"
}
'Rate limited to 4 requests/minute.
curl --request POST \
--url http://localhost/mogl/mogl-backend/api/fan/register \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "John",
"last_name": "Doe",
"location": "Los Angeles, CA",
"university_id": 1,
"email": "fan@example.com",
"password": "SecurePass1!"
}
'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.
Fan registered