curl --request POST \
--url https://crm.universal.rollout.com/api/actions/removeTags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Rollout-Credential-Id: <api-key>' \
--data '
{
"personIds": [
"<string>"
],
"tags": [
"<string>"
]
}
'