{
"id": 0,
"syncBillId": "string",
"code": "string"
}curl --location '/mc/api/stevedore//getStevedoreForm' \
--header 'authorization: Bearer xxxxx' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"syncBillId": "string",
"code": "string"
}'{
"code": 0,
"msg": "string",
"data": {},
"timestamp": 0
}