accountForgotpasswordPost method

Implementation

Future<
  chopper.Response<WebApiModulesAccountServicesAccountForgotPasswordResponse>
>
accountForgotpasswordPost({
  required WebApiModulesAccountServicesAccountForgotPasswordRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAccountServicesAccountForgotPasswordResponse,
    () => WebApiModulesAccountServicesAccountForgotPasswordResponse
        .fromJsonFactory,
  );

  return _accountForgotpasswordPost(body: body);
}