curl --location --request GET '/openapi/v0.9/manage/api/v1/organizations/?page=1&page_size=20&q=DJI&sort_column=created_at&sort_type=desc&org_status=active&org_user_role=admin' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"created_at": 0,
"current_zone_id": "string",
"join_organization_at": 0,
"name": "string",
"organization_device_bind_code": {
"code": "string"
},
"organization_geo_caging_system": {
"geo_caging_state": 0
},
"organization_id": "string",
"organization_industry_type": {
"others": "string",
"sub_type": "string",
"type": "string"
},
"organization_units_system": {
"measure_units_system": "string",
"temperature_units_system": "string"
},
"organization_user_callsign": "string",
"organization_user_role": "string",
"status": "string",
"updated_at": 0,
"user_experience_improvement": {
"improvement_type": 0,
"latest_version": "string",
"version": "string"
},
"uuid": "string"
}
]
},
"page": 0,
"page_size": 0,
"total": 0
}