cURL
curl --request POST \ --url https://id.lunarmc.ai/api/user/register/ \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "company": "<string>", "web_url": "<string>" } '
Register a new client account
Client registered
Was this page helpful?