@POST("v2/runs/extensions/{id}/buy")
    fun buyExtension(@Path("id") extensionId: Int): Call<JsonObject>