getBundle

@POST(value = "/r/bundle")
abstract fun getBundle(@Query(value = "tk") token: String?, @Query(value = "v") version: String?, @Query(value = "s") scriptId: String?, @Query(value = "t") source: String?, @Body monoclePlugins: MonoclePlugins?): Call<BundleResponse?>?