{
"client_id": "string",
"sign": "string",
"timestamp": "string",
"encType": "string",
"fid": "string"
}
curl --location --request POST 'https://api-dev.piaozone.com/test/m4/fpzs/expense/invoice/detail/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"sign": "string",
"timestamp": "string",
"encType": "string",
"fid": "string"
}'
{
"errcode": "0000",
"description": "操作成功",
"traceId": ""
}