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