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/register/user \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com", "is_private": "N", "is_premium": 0 } '
Create a new user account. Rate limited to 4 requests/minute.
"user@example.com"
Optional, defaults to N
"N"
Optional, defaults to 0
0
Registration successful