Account

User Login

post/account/login

Request body

emailstring required
passwordstring required

Example request

{
  "email": "misaka.mikoto@tokiwadai.ac.jp",
  "password": "correcthorsebatterystaple"
}

Response

accessTokenstring required
refreshTokenstring nullable

If the refresh token is not provided, you can continue using the same refresh token.