curl --request POST \
--url http://localhost:3000/tenants \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Empresa XYZ",
"slug": "empresa-xyz",
"whatsappRateLimit": {
"max": 100,
"durationMs": 60000
}
}
'