LeadTagCreate
An assignment linking a lead to a tag. Creating one applies the tag to the lead (and syncs to the CRM); deleting one removes it.
lead_idLead Idrequired
ID of the lead this record relates to.
tag_idTag Idrequired
ID of the tag assigned to the lead.
LeadTagCreate
{
"lead_id": 0,
"tag_id": 0
}