curl --location --request POST 'https://testgateway.dangbei.net/pageProjectApi/v1/projectTags'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"cid": 0,
"tagNames": [
"string"
],
"cname": "string"
}
],
"empty": true,
"notEmpty": true
}