Skip to main content
POST
/
fan
/
update-registration-step2
Fan onboarding - Step 2 (Email/Password)
curl --request POST \
  --url http://localhost/mogl/mogl-backend/api/fan/update-registration-step2 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "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.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
email
string<email>
required
Example:

"fan@example.com"

password
string<password>
required

Min 5, max 255 characters

Example:

"SecurePass1!"

Response

200

Step 2 updated