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