{
"type": "string",
"orgId": "string",
"orgName": "string",
"limit": 0,
"offset": 0
}curl --location '/ztpManage/v1/api/listOrganization' \
--header 'Content-Type: application/json' \
--data '{
"type": "string",
"orgId": "string",
"orgName": "string",
"limit": 0,
"offset": 0
}'{
"code": 0,
"msg": "string",
"data": {
"data": [
{
"orgId": "string",
"orgName": "string",
"status": 0,
"created": "string",
"type": "string",
"note": "string",
"updated": "string",
"sourceOpcode": 0,
"inherit": 0,
"resourceAuth": true,
"haveSubset": true,
"haveSubUser": true,
"tunnelAuth": true,
"detail": null
}
],
"total": 0
}
}