curl --request POST \
--url https://api.raul.ugps.io/api/v1/technician/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"technician_name": "Juan Pérez",
"city_id": "uuid",
"phone": "+56912345678",
"email": "tecnico@example.com",
"address": "Av. Providencia 123"
}
'