{ "inNo": "IN2012250001" } 或 { "customerRefNo": "CUS20240531-01" }
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/inOrderDetail' \ --header 'apiKey;' \ --header 'signature;' \ --header 'timestamp;' \ --header 'sourceFrom;' \ --header 'Content-Type: application/json' \ --data-raw '{ "inNo": "IN2012250001" } 或 { "customerRefNo": "CUS20240531-01" }'