{
"orgCode": "string",
"orgId": "string",
"roleCode": "string"
}
curl --location --request POST 'https://api-dev.sincetech.com.cn:9443/bpm-uc/uc/approvalMatrix/v1/getApprovalByOrgCode' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"orgId": "string",
"roleCode": "string"
}'
{}