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.
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
}
'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.