Compiles the given theme
Future<void> compileTheme(int id) async { await _put('/api/theme/$id/assets'); }