{
"account_id": "string",
"groups": [
"string"
],
"tag": "string"
}curl --location --request POST '/api/contacts/groups/set-tag' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "string",
"groups": [
"string"
],
"tag": "string"
}'null