Authorization: Bearer ********************
{
"isShowSimpleInfo": true,
"packageOrderNumber": "string"
}
curl --location --request POST 'http://ip:port/openApi/api/v1/open/package/machine/package/order/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"isShowSimpleInfo": true,
"packageOrderNumber": "string"
}'