{ "tenant_code": "string", "name": "string" }
curl --location 'http://localhost:5000/api/tenant/create' \ --header 'Content-Type: application/json' \ --data '{ "tenant_code": "string", "name": "string" }'
{}