Signup
Create a new account (when self-registration is enabled).
post /auth/signup
Accept: application/json
Content-Type: application/json
{
"username": "newuser100",
"email": "newuser@example.com",
"password": "MyP@ssword456"
}
HTTP/1.1 403 Forbidden
Content-Type: application/json
Content-Length: 37
Server: ores-http-server-v1
Access-Control-Allow-Origin: *
{
"error": "User signups are disabled"
}