Authorization: Bearer ********************{
"id": "string",
"translations": [
{
"locale": "string",
"name": "string"
}
]
}curl --location '/agent/integration/api/v1/users/tags' \
--header 'x-spencer-request-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"translations": [
{
"locale": "string",
"name": "string"
}
]
}'{"id":"12345","translations":[{"locale":"en-US","name":"proident nisi nostrud nulla aliquip"},{"locale":"fr-BE","name":"sint"},{"locale":"nl-BE","name":"non Duis "}]}