Description: Need an endpoint to support adding new users. This endpoint will for now just take basic details and create the user, validation will be added later.
AC:
- New endpoint created,
POST: /users/add
- Adds a new entry to
user table on successful submission
Description: Need an endpoint to support adding new users. This endpoint will for now just take basic details and create the user, validation will be added later.
AC:
POST: /users/addusertable on successful submission