curl --location --request PATCH 'https://apigw.klinkcx.com/api/v1/contacts//tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionType": "MERGE",
"tags": [
"vip",
"new"
]
}'{
"status": "success",
"message": "Contact tags updated successfully",
"data": null
}