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