X-API-Key: ********************curl --location --request PATCH 'https://api.snakk.ai/api/tenants/me' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Example AS",
"billing_email": "billing@example.com",
"billing_address": {
"line1": "Storgata 1",
"postal_code": "0001",
"city": "Oslo",
"country": "NO"
}
}'{
"tenant": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Example AS",
"billing_email": "user@example.com"
}
}