{
"year": 0,
"adcode": "string",
"type": 0
}
curl --location --request POST '/api/screen/stat/educationalBackgroundStat' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"year": 0,
"adcode": "string",
"type": 0
}'
{
"code": 200,
"message": "Ok",
"data": {
"items": [
{
"educationalBackground": 1,
"cnt": 5097
},
{
"educationalBackground": 2,
"cnt": 15786
},
{
"educationalBackground": 3,
"cnt": 66097
},
{
"educationalBackground": 4,
"cnt": 67038
},
{
"educationalBackground": 5,
"cnt": 58203
},
{
"educationalBackground": 6,
"cnt": 56450
},
{
"educationalBackground": 7,
"cnt": 6806
},
{
"educationalBackground": 99,
"cnt": 32836
}
]
}
}