Was this helpful?
Creates a new user in Azure AD B2C using Microsoft Graph API
curl -L \ --request POST \ --url 'https://api.laminar.run/auth/register' \ --header 'Content-Type: application/json' \ --data '{ "email": "text", "password": "text", "firstName": "text", "lastName": "text" }'
{}