User Registration
POST
/
signup
This endpoint allows you to register an authenticated user in our local database. The user's details should be provided in the request payload. Upon successful registration, the user will be added to the local database, allowing for subsequent interactions with the app.
Headers
Body
Sample Request
Response
By following the above guidelines, you can seamlessly register users in the local database and proceed with further interactions within the app.
Last updated