curl --location --request GET 'https://ligai.cn/openapi/api/project/project-template' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
{
"code": "0",
"data": [
{
"code": "xxx",
"name": "xxx",
"remark": "xxx",
"id": 1,
"category": "xxx"
}
]
}