Hi, I have identified a slight discrepancy with the Huntress API documentation. In the example response for POST and PUT on /v1/organizations, it shows a flat object, whereas in actuality when you call it, it returns an object with the "organization" key. Shown in documentation: { "id": 123, "name": "Some org" ...etc... } Actual return: { "organization": { "id": 123, ...etc... } }