OK
PUT /organizations/{orgId}/update HTTP/1.1
Host: api
Content-Type: application/json
Accept: */*
Content-Length: 89
{
"orgName": "text",
"contactName": "text",
"contactEmail": "text",
"contactPhoneNumber": "text"
}
OK
{
"code": 1,
"message": "text",
"data": true,
"success": true
}