curl --location '/auth/login/password' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"password": "string"
}'{
"ok": true,
"data": {
"accessToken": "string",
"refreshToken": "string",
"requires_class_number_setup": true,
"setup_ticket": "string",
"expires_in_seconds": 1800,
"expires_at": "2026-02-07T10:00:00.000Z"
}
}