curl --location --request PUT 'https://api.gigstack.io/v2/teams/?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"country": "Mexico",
"street": "Av. Reforma (Updated)",
"zip": "11000",
"city": "Ciudad de México",
"state": "CDMX",
"exterior": "456-B",
"municipality": "Miguel Hidalgo",
"neighborhood": "Polanco"
},
"brand": {
"alias": "Empresa Innovadora 2025",
"primary_color": "#1e40af",
"secondary_color": "#1e3a8a",
"logo": "https://example.com/new-logo.png"
},
"support_email": "soporte@empresa.com",
"support_phone": "+52 55 9876 5432",
"tax_id": "EIN850123ABC",
"tax_system": "601"
}'