{
"contact_information": "string",
"industry_type": {
"others": "string",
"sub_type": "string",
"type": "string"
},
"name": "string",
"survey_content": [
0
]
}curl --location --request POST '/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 '{
"contact_information": "string",
"industry_type": {
"others": "string",
"sub_type": "string",
"type": "string"
},
"name": "string",
"survey_content": [
0
]
}'{
"code": 0,
"message": "string",
"data": {
"created_at": 0,
"current_zone_id": "string",
"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"
},
"status": "string",
"updated_at": 0,
"user_experience_improvement": {
"improvement_type": 0,
"latest_version": "string",
"version": "string"
},
"uuid": "string"
}
}