This endpoint authenticates a user and returns an access token that can be used to access protected resources across the API.Once authentication is successful, the API returns a JSON response containing the access token and token expiration time.The token must be included in the Authorization header for subsequent requests.