I’m making a POST request on https://api2.amplitude.com/2/httpapi,
This is the request body:
{"api_key": "******",
"options": {
"min_id_length": 1
},
"events":e{
"event_type":"LoggedOut",
"event_properties":{
"cause":"button",
"arbitrary":"properties"
},
"user_id":"785",
"time":1701869900,
"insert_id":"3b48b7-4c53-himanshukjaa"
}]
},
now for that particular user_id, the user_properties were already set and pushed on amplitude by ios team of my firm, when I’m making this request I’m loosing those properties on amplitude and its getting overwritten, how to make the request so that user_properties aren’t changed?