namespaces
Create a new namespace with generated name
Create a new namespace with a server-generated human-readable name, owned by the authenticated user
post/namespaces
Response
Namespace created successfully
Example response
{
"name": "myorg",
"createdAt": "2024-01-01T00:00:00.000Z"
}