AuthLoginLogin POST /v1/auth/login This endpoint authenticates a user and generates an access token. It validates the user's credentials and returns a JWT token for subsequent API calls. The response includes the access token and user information. Request Responses200400401OKBad RequestUnauthorized