Sign in method
With the "Sign in" method, you can implement login functionality in your application.
The user will be authenticated using their username/email and password.
Parameters
- Username: This is a required function field where you can return the user's username or email.
- Password: This is a required function field where you can return the user's password.
Response
On successful sign-in, an authentication token will be stored. The response will contain the user data.
