Go
rr, err := client.Tenancy.Create(context.Background(), &v1.TenantCreateRequest{ Id: "", Name: "" })
{ "tenant": { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
TenantCreateRequest is the message used for the request to create a tenant.
A successful response.
TenantCreateResponse is the message returned from the request to create a tenant.