Create a user
Input the user_id, user_name and password in the request body
Hash the password using the SHA-256 method
Now add this user to the database
Return a json message saying a new user has been created with the appropriate success status code
Create a user Input the user_id, user_name and password in the request body Hash the password using the SHA-256 method Now add this user to the database Return a json message saying a new user has been created with the appropriate success status code