Authorization: ********************{
"nombre": "Juan Perez",
"tipoRol": "Supervisor",
"activo": true
}curl --location --request POST 'https://intranet-backoffice.789.com.mx/intranet/api/v1/tecnicos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nombre": "Juan Perez",
"tipoRol": "Supervisor",
"activo": true
}'