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