Future<Map<String, dynamic>> sfxGen(SFX schema) async { final endpoint = '${audioBaseUrl}sfx'; return await _post(endpoint, data: schema.toJson()); }