curl --location --request GET 'http://localhost:8851/api/quota' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImF1dGgiOiJST0xFX0FETUlOLFJPTEVfVVNFUiIsImV4cCI6MTY5NDg1NjAyN30.ucimYoIO3BLwsXzgFdT9D2F08goUkTojjvK8NZ41Tu7hMHw7eNaX_jv2pWQY0pQcgGhRSpsxceGthP-n4R5w1w'
[
{
"id": "string",
"name": "string",
"code": "string",
"surveyId": "string",
"surveyCode": "string",
"parentId": "string",
"unit": "string",
"quotaItemList": [
{
"id": "string",
"surveyId": "string",
"quotaId": "string",
"code": "string",
"linkType": "string",
"categoryItemId": "string",
"level": 0,
"subName": "string",
"fullName": "string",
"fullCode": "string",
"columnName": "string",
"parentCode": "string",
"valid": true
}
]
}
]