Trying to attach a tag to multiple contacts by following the API docs but it doesn't work.
How am I supposed to pass the tag id?
When I tag individual user and pass the
{ "id": "tag-id" }
the API returns
"errors":
{
"code": "not_found",
"message": "Resource Not Found"
}
]
despite of the tag existing. Confirmed with get all tags API call.