Authorization: ********************{
"idMargarita": 1001,
"tecnicoId": 12,
"tipoEncuestaId": 3,
"fechaEncuesta": "2026-03-15",
"mes": 3,
"anio": 2026,
"consecutivoKobo": "KOB-0001",
"uuidKobo": "550e8400-e29b-41d4-a716-446655440000",
"fuente": "kobo",
"estado": "capturada"
}curl --location --request POST 'https://intranet-backoffice.789.com.mx/intranet/api/v1/encuestas' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idMargarita": 1001,
"tecnicoId": 12,
"tipoEncuestaId": 3,
"fechaEncuesta": "2026-03-15",
"mes": 3,
"anio": 2026,
"consecutivoKobo": "KOB-0001",
"uuidKobo": "550e8400-e29b-41d4-a716-446655440000",
"fuente": "kobo",
"estado": "capturada"
}'