{
"input": {
"locationId": "TG9jYXRpb246MTY4NjA=",
"tag": "New"
}
}
curl --location --request POST 'https://api.synup.com/api/v4/locations/tags' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": {
"locationId": "TG9jYXRpb246MTY4NjA=",
"tag": "New"
}
}'
{
"data": {
"addTag": {
"clientMutationId": null,
"errors": [],
"success": true,
"tag": {
"id": "463621f0-df7c-4d5b-8b6b-8b7a23686dcf",
"name": "new10"
}
}
}
}