TenantCreateRequest is the message used for the request to create a tenant.
id is a unique identifier for the tenant.
name is the name of the tenant.
A successful response.
TenantCreateResponse is the message returned from the request to create a tenant.
Tenant represents a tenant with an id, a name, and a timestamp indicating when it was created.