{
"orgIds": [
0
],
"tenantId": 0,
"remark": "string",
"useFlag": "string",
"modifyUser": "string",
"modifyUserType": 0
}curl --location '/api/org/updateOrgUseFlag' \
--header 'Content-Type: application/json' \
--data '{
"orgIds": [
0
],
"tenantId": 0,
"remark": "string",
"useFlag": "string",
"modifyUser": "string",
"modifyUserType": 0
}'{
"message": "string",
"success": true,
"errorCode": "string",
"data": {}
}