{
"email": "string",
"firstname": "string",
"lastname": "string",
"vacante": "string",
"id_negocio_actual": "string",
"hubspot_owner_id": "string",
"hs_object_id": "string",
"fecha_cierre_proceso_seleccion": 0,
"tiempo_experiencia": 0
}
curl --location --request POST 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/tracking/jobapplications' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"firstname": "string",
"lastname": "string",
"vacante": "string",
"id_negocio_actual": "string",
"hubspot_owner_id": "string",
"hs_object_id": "string",
"fecha_cierre_proceso_seleccion": 0,
"tiempo_experiencia": 0
}'
{
"mensaje": "string",
"dato": {}
}