{
"adcode": "string"
}
curl --location --request POST '/api/organization/searchCDC' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"adcode": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"orgId": "string",
"name": "string"
}
}