{
"name": "string",
"code": "string"
}curl --location -g --request POST '/{{route}}/md/open/position/list?version=1' \
--header 'ent;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string"
}'{
"status": 0,
"message": "",
"data": [
{
"name": "",
"code": "",
"employeeCount": 0
}
]
}