pub async fn post_apply_suggestions(
configuration: &Configuration,
repo_ref: &str,
pullreq_number: i64,
pullreq_apply_suggestions_input: PullreqApplySuggestionsInput,
) -> Result<PullreqApplySuggestionsOutput, Error<PostApplySuggestionsError>>