{
"classCodes": [
"string"
]
}
curl --location --request POST '/open-api/klb/delivery-standard' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"classCodes": [
"string"
]
}'
[
{
"classCode": "",
"important": false,
"infoStandardList": [
{
"code": "",
"important": false
}
],
"relationStandardList": [
{
"graphCode": "",
"relCode": "",
"important": false,
"targetClassCode": "",
"direction": ""
}
]
}
]