curl --request PATCH \
--url https://api.draftt.io/v1/component/{componentId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customTags": {
"Environment": "production",
"Team": "backend",
"CostCenter": null
}
}
'