curl --location '/api/organizations/createWithDefaults' \ --header 'Content-Type: application/json' \ --data '{ "name": "Acme Corp", "externalId": "acme_corp_external_id_string" }'
{ "id": "organization_uuid_string" }