Fetch the KwikForm schema/data for the current merchant.
Future<Result<dynamic>> getKwikFormData() async { return await ApiService.getKwikFormData(); }