curl --location --request PUT 'https://api.gigstack.io/v2/users/?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "maria.gonzalez.updated@empresa.com",
"firstName": "María Fernanda",
"lastName": "González López",
"phone": "+52 55 2345 6789",
"company_role": "Gerente Regional de Ventas",
"address": {
"country": "Mexico",
"street": "Calle Morelos (Oficina Nueva)",
"zip": "06000",
"city": "Ciudad de México",
"state": "CDMX",
"exterior": "789-A",
"municipality": "Cuauhtémoc",
"neighborhood": "Centro"
},
"auto_join": false
}'