Create the following APIs
- Request for registration - Send a key to the user to encrypt the registration data
- post the registration data - Send the data to the registration process / send the OTP to email
- Valid the OTP - Verify OTP and send the user-specified key
- Register to App (username and password)
- App login (username and password)
Create the following APIs