user registration - GeoSmartCity-CIP/crowd-sourcing GitHub Wiki
#User Registration Registers a new user.
Request URL: user/register
Request body example:
{
"id": "mole",
"email": "[email protected]",
"organization": "Earth Moving",
"password": "tunnel"
}