Signs in a user using their email and password credentials.
Sends a POST request to the authentication endpoint to validate credentials.
The user's email address.
The user's password.
An object containing either the user token on success, or an error message on failure.
Signs in a user using their email and password credentials.
Sends a POST request to the authentication endpoint to validate credentials.