Sync tags with a profile. Tags without ID will be created on the fly.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of tag objects. It will automatically determine which IDs to attach or detach. An object should contain ether an ID or a title. If an ID is supplied, the existing tag will be attached to the profile. If the ID is missing or null, a tag with that title will be created an attached.
Success