interface SessionContract
exchange
abstract fun exchange(bearerAny: String, params: Map<String, String>): Call<TokenExchangeResponse>