curl --request PUT \
--url https://api.hirehive.com/v1.0/{company_id}/tags/{tag_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"name": "<string>",
"type": "candidate",
"color": "<string>",
"status": "active"
}
'