pub async fn organization_sponsorship_sync_post(
configuration: &Configuration,
organization_sponsorship_sync_request_model: Option<OrganizationSponsorshipSyncRequestModel>,
) -> Result<OrganizationSponsorshipSyncResponseModel, Error<OrganizationSponsorshipSyncPostError>>