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/partner/register \ --header 'Content-Type: application/json' \ --data ' { "email": "partner@example.com", "password": "<string>", "is_premium": 0, "university": "<string>" } '
"partner@example.com"
Min 5, max 255 characters
Optional, defaults to 0
0
Optional university URL slug for collective association
Partner registered successfully