Updates a label for a specified user by their user ID. It assigns a new label to the user or unassigns the existing label with the specified labelId.
To assign a label: Omit the unassign property or set it to false.
To remove a label: Set unassign to true.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User ID
Label updated successfully