Register with application
Supports both json and form request types
post/register
Query parameters
nextstring
URL to redirect to on successful registration. Ignored for json request.
Request body
Response
Register response
Example response
{
"user": {
"id": 42
}
}