post
https://api.inarix.com/users/login
Login User
This endpoint allows users to log in by providing their username and password.
Request Body
-
username(string, required): The username of the user. -
password(string, required): The password of the user.
Response
-
Status: 201 Created
-
Content-Type: application/json
-
token(string): The authentication token for the logged-in user.
