{"info":{"_postman_id":"5adf5fd3-8d1d-448c-ad98-663be464abab","name":"Datalake API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23881755","collectionId":"5adf5fd3-8d1d-448c-ad98-663be464abab","publishedId":"2sB2j6AW51","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-05T18:54:01.000Z"},"item":[{"name":"requests","item":[{"name":"Track Purchase Complete (One Way Trip)","id":"581aa914-34ff-4dd9-95e4-15e90f815cd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"purchase_complete\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 2,\n        \"total\": 75.00,\n        \"product\": \"web\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track","urlObject":{"path":["datalake","track"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"0b87b10b-f997-4bfa-8435-56d17f232a11","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"purchase_complete\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"web\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 00:44:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"347fc75a-41d3-4a7a"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GDzJeveR4EnA4uoAAABk"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93b4737009e107f5-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Event success stored\",\n    \"status\": \"success\"\n}"},{"id":"4299da7d-9425-47b4-a48b-496b63cb9146","name":"failure response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"purchase_complete\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"desktop\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 00:46:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"180"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"230c8dfb-f7d5-41c1"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GDzJmDTYaBNmFkQAAACE"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93b476810f3f5782-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"error_type\": \"FORMAT_MISMATCH\",\n            \"field\": \"product\",\n            \"message\": \"Invalid product format.\",\n            \"suggestion\": \"Ensure that the product field is valid\"\n        }\n    ],\n    \"message\": \"Validación falló. Ve los detalles para más información.\",\n    \"status\": \"error\"\n}"}],"_postman_id":"581aa914-34ff-4dd9-95e4-15e90f815cd2"},{"name":"Track Purchase Complete (Round Trip)","id":"c6d80399-0a54-4aee-ba90-3316baa5b95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"purchase_complete\",\n    \"event_data\": {\n        \"passenger_count\": 1,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 2,\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"web\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"bus_categories\": \"general\",\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"departure_transport_type\": \"bus\",\n            \"return_arrival\": \"2025-04-25T15:30:00-05:00\",\n            \"return_destination\": \"New York\",\n            \"return_destination_terminal\": \"Port Authority\",\n            \"return_line\": \"Coastal Express\",\n            \"return_origin\": \"Boston\",\n            \"return_origin_terminal\": \"South Station\",\n            \"return_price\": 15.50,\n            \"return_route\": \"BOS-NY\",\n            \"return_stop_cities\": \"New Haven\",\n            \"return_stops\": 1,\n            \"return_time\": \"2025-04-25T22:30:00-05:00\",\n            \"return_transporter\": \"East Coast Bus Company\",\n            \"return_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track","urlObject":{"path":["datalake","track"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"0830a72e-bf27-4eaa-8acc-ce311933a49e","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"purchase_complete\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"web\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 00:44:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"347fc75a-41d3-4a7a"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GDzJeveR4EnA4uoAAABk"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93b4737009e107f5-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Event success stored\",\n    \"status\": \"success\"\n}"},{"id":"542671dc-7e1a-4ae9-aa4e-ab042a204b83","name":"failure response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"purchase_complete\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"desktop\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 00:46:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"180"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"230c8dfb-f7d5-41c1"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GDzJmDTYaBNmFkQAAACE"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93b476810f3f5782-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"error_type\": \"FORMAT_MISMATCH\",\n            \"field\": \"product\",\n            \"message\": \"Invalid product format.\",\n            \"suggestion\": \"Ensure that the product field is valid\"\n        }\n    ],\n    \"message\": \"Validación falló. Ve los detalles para más información.\",\n    \"status\": \"error\"\n}"}],"_postman_id":"c6d80399-0a54-4aee-ba90-3316baa5b95d"},{"name":"Track Payment Failed","id":"b4f0b9cd-f8ba-4fbb-b470-9bb4cb5335c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"payment_failed\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"web\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track","urlObject":{"path":["datalake","track"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"034a7f04-0300-47e5-a29b-e9df05fa4e56","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"{{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"payment_failed\",\n    \"event_data\": {\n        \"trips\": [\n            {\n                \"departure_arrival\": \"2024-09-04T04:10:00\",\n                \"departure_destination\": \"Brasilia\",\n                \"departure_destination_terminal\": \"Terminal de brasilia\",\n                \"departure_line\": \"Lujo\",\n                \"departure_origin\": \"Sao Paolo\",\n                \"departure_origin_terminal\": \"Aeropuerto Sao Paolo\",\n                \"departure_price\": 575.0,\n                \"departure_route\": \"Sao Paolo - Brasilia\",\n                \"departure_stop_cities\": \"\",\n                \"departure_time\": \"2024-09-04T01:00:00\",\n                \"departure_transporter\": \"Grupo de Autobus\",\n                // IMPORTANT: Return properties are optional and can be omitted if not needed\n                \"return_arrival\": \"2024-10-20T10:00:00\",\n                \"return_destination\": \"New York\",\n                \"return_destination_terminal\": \"JFK Terminal 2\",\n                \"return_line\": \"AA300\",\n                \"return_origin\": \"Los Angeles\",\n                \"return_origin terminal\": \"LAX Terminal 5\",\n                \"return_price\": 120,\n                \"return_route\": \"LAX-JFK\",\n                \"return_time\": \"2024-10-20T10:00:00\",\n                \"return_transport_type\": \"Airplane\",\n                \"return_transporter\": \"American Airlines\"\n            }\n        ],\n        \"insurance\": false,\n        \"coupon\": \"coupon code\",\n        \"user_status\": \"guest\",\n        \"passenger_count\": 1,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": 1,\n        \"tickets\": 1,\n        \"total\": 575.0,\n        \"user_fingerprint\": null,\n        \"product\": \"ios\",\n        \"ip\": \"127.0.0.1\",\n        \"distinct_id\": \"123456\",\n        \"error_message\": \"Some error example\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Mar 2025 02:04:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"8e35a241-4469-4925"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GC4R-ia1eYuduTcAAFWh"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"9229664afe1d05b3-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Event success stored\",\n    \"status\": \"success\"\n}"},{"id":"aebcc3d5-b071-447a-8981-66694714cf24","name":"failure response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_name\": \"payment_failed\",\n    \"event_data\": {\n        \"passenger_count\": 2,\n        \"payment_type\": \"credit_card\",\n        \"trips_count\": \"round\",\n        \"tickets\": 2,\n        \"total\": 31.00,\n        \"product\": \"web\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"trips\": [{\n            \"departure_arrival\": \"2025-04-25T10:30:00-05:00\",\n            \"departure_destination\": \"Boston\",\n            \"departure_destination_terminal\": \"South Station\",\n            \"departure_line\": \"Coastal Express\",\n            \"departure_origin\": \"New York\",\n            \"departure_origin_terminal\": \"Port Authority\",\n            \"departure_price\": 15.50,\n            \"departure_route\": \"NY-BOS\",\n            \"departure_stop_cities\": \"New Haven\",\n            \"departure_stops\": 1,\n            \"departure_time\": \"2025-04-25T15:30:00-05:00\",\n            \"departure_transporter\": \"East Coast Bus Company\",\n            \"bus_categories\": \"general\",\n            \"departure_transport_type\": \"bus\"\n        }]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/track"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 19:06:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"eee23e64-43af-41b9"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GD1UKhYtMfRoiBIAAA2B"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93c2fe35ce457a4d-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"error_type\": \"TYPE_MISMATCH\",\n            \"expected\": \"integer\",\n            \"field\": \"trips_count\",\n            \"message\": \"Tipo inválido para trips_count. Se esperaba integer.\",\n            \"received\": \"string\",\n            \"suggestion\": \"Asegurarse que el campo trips_count sea integer.\"\n        }\n    ],\n    \"message\": \"Validación falló. Ve los detalles para más información.\",\n    \"status\": \"error\"\n}"}],"_postman_id":"b4f0b9cd-f8ba-4fbb-b470-9bb4cb5335c5"},{"name":"Identify","id":"9ca3fc4d-b1b0-4b55-867c-f15962f4ee3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"profile_params\": {\n        \"distinct_id\": \"1234567890\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"name\": \"John Doe\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"birthdate\": \"1990-01-01\",\n        \"country_code\": \"US\",\n        \"city\": \"New York\"\n    },\n    \"product\": \"web-mobile\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/identify","urlObject":{"path":["datalake","identify"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c7215c8f-6535-4879-953c-b4ac7729317c","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"profile_params\": {\n        \"distinct_id\": \"1234567890\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"name\": \"John Doe\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"birthdate\": \"1990-01-01\",\n        \"country_code\": \"US\",\n        \"city\": \"New York\"\n    },\n    \"product\": \"web-mobile\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/identify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 19:09:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"97"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"3fc263db-7415-4b61"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GD1UW7cJoNmHlv4AAAcD"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93c30369fc07e610-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"distinct_id\": null,\n        \"reservamos_one_id\": 1\n    },\n    \"message\": \"Profile identify data success stored\",\n    \"status\": \"success\"\n}"},{"id":"6534b054-1d00-4760-b49a-a20e96a37a79","name":"failure response","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"{{Origin}}","type":"text"},{"key":"Authorization","value":"Bearer {{Bearer_Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"profile_params\": {\n        \"distinct_id\": \"1234567890\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"name\": \"John Doe\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"+12154567890\",\n        \"birthdate\": \"1990-01-01\",\n        \"country_code\": \"US\",\n        \"city\": \"New York\"\n    },\n    \"product\": \"desktop\"\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/datalake/identify"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 19:24:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"180"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"br"},{"key":"rndr-id","value":"603d3206-d0ce-4cec"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-render-origin-server","value":"Cowboy"},{"key":"x-request-id","value":"GD1VLU6QfFJu7w4AAABC"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"93c319641b15e63d-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"error_type\": \"FORMAT_MISMATCH\",\n            \"field\": \"product\",\n            \"message\": \"Invalid product format.\",\n            \"suggestion\": \"Ensure that the product field is valid\"\n        }\n    ],\n    \"message\": \"Validación falló. Ve los detalles para más información.\",\n    \"status\": \"error\"\n}"}],"_postman_id":"9ca3fc4d-b1b0-4b55-867c-f15962f4ee3f"},{"name":"Query Users","id":"96940018-50e6-443d-91d6-36c7e724979f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"96940018-50e6-443d-91d6-36c7e724979f"}],"id":"b6f50d29-2cde-4168-85a3-b3de8a4c3147","_postman_id":"b6f50d29-2cde-4168-85a3-b3de8a4c3147","description":""}]}