getCsrfToken

@Headers(value = ["Accept: application/json"])
@GET(value = "token_dispenser.json")
abstract suspend fun getCsrfToken(): AO3Response<Csrf>

Retrieves a CSRF token and sets the session cookie to match the token.