session: ********************curl --location --request PATCH 'https://api.snakk.ai/api/reseller/tenants/' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"is_active": true,
"package_id": "82585450-66a8-4ff2-8a7e-8e7bec960ae1",
"retention_days": 1,
"modules": {
"property1": true,
"property2": true
},
"org_number": "string",
"reseller_customer_ref": "string",
"max_concurrent_calls": 1
}'{
"tenant": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"is_active": true,
"retention_days": 0,
"package_id": "82585450-66a8-4ff2-8a7e-8e7bec960ae1",
"modules": {
"property1": true,
"property2": true
}
}
}