[
"string"
]curl --location --request POST '/klb/list-meta-codes/' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'[
{
"code": "string",
"name": "string",
"extValue": "string",
"enums": [
{}
]
}
]