implement POST message creation

This commit is contained in:
2025-03-24 15:02:24 -04:00
parent e45b426e68
commit 2ec1738721
29 changed files with 1605 additions and 27 deletions

View File

@@ -1,26 +1,44 @@
[
{
"ID": "1",
"UserID": 1,
"Body": "hello",
"Timestamp": 1234567890
},
{
"ID": "2",
"UserID": 2,
"Body": "world",
"Timestamp": 1234567890
},
{
"ID": "3",
"UserID": 1,
"Body": "abababa",
"Timestamp": 1234567890
},
{
"ID": "4",
"UserID": 2,
"Body": "bitch",
"Timestamp": 1234567890
}
{
"Body": "hello",
"ID": "1",
"Timestamp": "2024-12-25T05:00:40Z",
"UserID": 1
},
{
"Body": "world",
"ID": "2",
"Timestamp": "2024-12-25T05:00:43Z",
"UserID": 2
},
{
"Body": "abababa",
"ID": "3",
"Timestamp": "2024-12-25T05:01:20Z",
"UserID": 1
},
{
"Body": "bitch",
"ID": "4",
"Timestamp": "2024-12-25T05:05:55Z",
"UserID": 2
},
{
"Body": "NIBBA",
"ID": "5",
"Timestamp": "2025-03-24T14:48:28.249221047-04:00",
"UserID": 1
},
{
"Body": "nibby",
"ID": "6",
"Timestamp": "2025-03-24T14:49:03.246929039-04:00",
"UserID": 1
},
{
"Body": "aaaaababananana",
"ID": "msg_60f70a47-3be2-4315-869a-d6f151ec262a",
"Timestamp": "2025-03-24T15:01:07.14371835-04:00",
"UserID": 1
}
]