curl --location 'https://stg-gateway.invora.app/api/v2/identity/connected-businesses' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"adminEmail": "string"
}'{
"connectedBusiness": {
"tenantId": "string",
"name": "string",
"parentTenantId": "string",
"status": "CONNECTED_BUSINESS_STATUS_UNSPECIFIED",
"audit": {
"creationInfo": {
"createdAt": "2019-08-24T14:15:22.123Z",
"creatorId": "string"
},
"lastModificationTime": "2019-08-24T14:15:22.123Z",
"lastModifierId": "string"
}
},
"clientId": "string",
"clientSecret": "string"
}