...

User API

This project focuses on building a set of REST APIs using the Go programming language. The APIs to
be developed include:
Auth API: This API is responsible for authenticating users based on their email ID and password. Upon
successful authentication, the API will return a JWT (JSON Web Token) token to the user.
User API: The User API will accept the JWT token received from the Auth API and perform JWT
authentication. It will also handle user data, including elds such as name, email, phone, images, and
PDFs. The API will store this user data securely.