Update Label for Applicantput https://api.fountain.com/v2/applicants/{applicant_id}/labels/{title}This method updates a list of labels for an applicant. Use it to delete existing labels for an applicant or add new ones. 🚧NOTE: Remember URL Encoding!The label names that you use must be URLencoded, e.g. 'New%20label' and not 'New label'. Response Schema additionalProperties: false title Required: noType: stringExample: "Label 1" completed Required: noType: booleanExample: true