data = {<br /> "api_key": self.api_key,<br /> "events": [<br /> {<br /> "event_type": "your_valid_event_type",<br /> "user_id": user_id,<br /> "message": message,<br /> "post_id": post_id,<br /> }<br /> ]<br /> }<br /><br />
If I send such a request to the api, will all the values be reached? I'm asking because in my case only the user_id reached.