OK
GET /organizations/{orgId}/common-settings HTTP/1.1
Host: api
Accept: */*
OK
{
"code": 1,
"message": "text",
"data": {
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {}
},
"success": true
}
OK
PUT /organizations/{orgId}/common-settings HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"key": "text",
"value": {}
}
OK
{
"code": 1,
"message": "text",
"data": true,
"success": true
}