{
"orgId": 0
}curl --location '/api/org/config/getAllOrgConfig' \
--header 'Content-Type: application/json' \
--data '{
"orgId": 0
}'{
"requestId": "string",
"success": true,
"message": null,
"errorCode": "string",
"errorMsg": null,
"kind": 0,
"total": 0,
"data": [
{
"ocId": 0,
"orgId": 0,
"tenantId": 0,
"item": "string",
"value": "string",
"operaTime": "2019-08-24T14:15:22.123Z"
}
]
}