Create organizationAsk AIpost https://api.agent700.ai/api/organizations/createCreates a new organization. Requires that the caller has a valid paid account (payment_required middleware).Body ParamsOrganization creation data. Name is required and must be unique. The organization creator must have a valid paid account (payment_required middleware). Public organizations can be accessed by all users.namestringrequiredis_publicbooleanDefaults to falsefalsetruefalseResponses 201Organization created 400Missing name or name already existsUpdated 2 months ago