Creates an Organization owned by the caller
POST {{baseUrl}}/organizations
Request Body
{"org_contact_name"=>"<string>", "org_email"=>"<string>", "org_label"=>"<string>", "org_name"=>"<string>", "resource_type"=>"<string>", "org_url"=>"<string>", "self_link"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | A Management Key | |
| Content-Type | string | 
RESPONSES
status: OK
{"org_contact_name":"\u003cstring\u003e","org_email":"\u003cstring\u003e","org_label":"\u003cstring\u003e","org_name":"\u003cstring\u003e","resource_type":"\u003cstring\u003e","org_url":"\u003cstring\u003e","self_link":"\u003cstring\u003e"}