{
"orderNumber": "string",
"businessId": "string",
"appSource": "string",
"reqSource": "string",
"businessTypeCode": "string"
}
curl --location --request POST '/app/exp/bds/qryExpBoardData' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNumber": "string",
"businessId": "string",
"appSource": "string",
"reqSource": "string",
"businessTypeCode": "string"
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}