pub async fn accounts_iap_check_post(
    configuration: &Configuration,
    iap_check_request_model: Option<IapCheckRequestModel>
) -> Result<(), Error<AccountsIapCheckPostError>>