curl --location --request POST 'https://app.workzappy.com/openapi/api/tag/add' \
--header 'accessToken: {{accessToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagName": "xxx",
"projectId": 1
}'
{
"code": "0",
"data": {
"id": 1,
"tagName": "xxx"
}
}