Authorization: Bearer ********************
{ "translations": [ { "locale": "string", "name": "string" } ] }
curl --location --request PUT '/agent/integration/api/v1/users/tags/' \ --header 'x-spencer-request-id;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "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 "}]}