curl --location --request GET 'https://api-dev.sincetech.com.cn:9443/bpm-uc/api/org/v2/orgpost/getPostByJobId?jobId=' \
--header 'Authorization: Bearer '
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": [
{
"property1": {},
"property2": {}
}
]
}