User Management
PUT /api/v1/user/{id}/password_change
Change your password.
PUT /api/v1/user/currency
Update your preferred currency.
POST /api/v1/user/password_reset
Request a password reset email.
POST /api/v1/user/password_reset_confirm
Confirm your password reset using a verification code.
POST /api/v1/user/resend
Resend login/registration confirmation email.