{
"fromOrgId": 0,
"toOrgId": 0
}curl --location '/web/orgRel/getOrgRelByOrgId' \
--header 'Content-Type: application/json' \
--data '{
"fromOrgId": 0,
"toOrgId": 0
}'{
"requestId": "string",
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"toOrgId": 0,
"toOrgName": "string",
"toTaxCode": "string",
"relTypes": [
0
],
"relTypeExt": "string",
"authTypes": [
0
]
}
]
}