Authorization: ********************
{ "context": { "user_id": "U10001", "device_id": "OAID-xxxx", "shop_id": "S20002", "app_version": "8.12.0", "os": "Android", "network_type": "WIFI", "city_id": "440100" }, "events": [ { "event_type": "recommend_home_impression", "occurred_at": 1715769600000, "properties": { "rec_session_id": "rec-batch-abc-001", "item_ids": "1001,1002,1003", "position_indexes": "1,2,3", "module_position": "首页推荐商品区" } } ] }
curl --location 'https://m1.apifoxmock.com/m1/8276902-0-7755968/api/v1/events/batch' \ --header 'apifoxToken: t94DGHiwKNFzMweq1wQUI' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "context": { "user_id": "U10001", "device_id": "OAID-xxxx", "shop_id": "S20002", "app_version": "8.12.0", "os": "Android", "network_type": "WIFI", "city_id": "440100" }, "events": [ { "event_type": "recommend_home_impression", "occurred_at": 1715769600000, "properties": { "rec_session_id": "rec-batch-abc-001", "item_ids": "1001,1002,1003", "position_indexes": "1,2,3", "module_position": "首页推荐商品区" } } ] }'