misccategoryPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsMiscellaneousSettingsMiscCategoryMiscCategory>>
    misccategoryPost(
        {required WebApiModulesSettingsMiscellaneousSettingsMiscCategoryMiscCategory?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsMiscellaneousSettingsMiscCategoryMiscCategory,
      () => WebApiModulesSettingsMiscellaneousSettingsMiscCategoryMiscCategory
          .fromJsonFactory);

  return _misccategoryPost(body: body);
}