User settings page
Implement a new Page at /profile that displays current user information.
GET /api/v0/me/profile
Password change
Add section to change password.
POST /api/v0/me/password
Endpoint receives two parameters: old
with current password and new
with the new password.
Depends on genesys-catalog#152 (closed)