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