Event: conversation_created

Event: conversation_created

Following is an example of conversation_created event:

{
    "id": "210",
    "type": "conversation_created",
    "messages": [
        {
        "id": 220,
        "role": "user",
        "rating": "none",
        "content": "What are the features of AskApollo?",
        "created_at": "2024-03-19T10:54:09.855304+00:00"
        }
    ],
    "created_at": "2024-03-19T10:54:09.564732+00:00",
    "time_stamp": 1710845653516,
    "updated_at": "2024-03-19T10:54:09.564732+00:00"
}