because it cant find the annotation, so i need ```...
# android
m
because it cant find the annotation, so i need
Copy code
data class LoginSessionAuthDto(
        @field:Json(name = "access_token")
        val accessToken: String
)