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/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.
"John"
"Doe"
"Los Angeles, CA"
1
"fan@example.com"
"SecurePass1!"
Fan registered