# Create a new session for a user **POST /Api/Auth/Login** ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Parameters ### Body: application/json (object) - **email** (string(email)) - **password** (string) - **remember** (boolean) - **Additional properties are NOT allowed** () ## Responses ### 200 Success #### Body: application/json (object) - **user** (object) - **token** (string | null) - **refreshToken** (string | null) - **refreshTokenExpiration** (string(date-time) | null) - **Additional properties are NOT allowed** () [Powered by Bump.sh](https://bump.sh)