Download OpenAPI specification:
API for Homo, home automation software
User registration
| name required | string Name of new user |
| email required | string <email> Email of new user |
| password required | string Password for new user |
| confirm_password required | string Confirmation of password |
{- "name": "John Smith",
- "email": "john.smith@mail.com",
- "password": "johnsmith123",
- "confirm_password": "johnsmith123"
}{- "success": true
}