{
"introduction": "string",
"organization_device_bind_code": {
"code": "string"
},
"organization_geo_caging_system": {
"geo_caging_state": 0
},
"organization_logo_id": "string",
"organization_name": "string",
"organization_units_system": {
"measure_units_system": "string",
"temperature_units_system": "string"
}
}curl --location --request PUT '/openapi/v0.9/manage/api/v1/organizations/' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"introduction": "string",
"organization_device_bind_code": {
"code": "string"
},
"organization_geo_caging_system": {
"geo_caging_state": 0
},
"organization_logo_id": "string",
"organization_name": "string",
"organization_units_system": {
"measure_units_system": "string",
"temperature_units_system": "string"
}
}'{
"code": 0,
"message": "string",
"data": {}
}