-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtweets.json
28 lines (28 loc) · 923 Bytes
/
tweets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{
"tweet_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"content": "string",
"created_at": "2021-12-22 16:58:43.761805",
"updated_at": "2021-12-22 21:58:53.148000+00:00",
"by": {
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "user@example.com",
"first_name": "string",
"last_name": "string",
"birth_date": "2021-12-22"
}
},
{
"tweet_id": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"content": "Im updating this tweet",
"created_at": "2021-12-28 21:35:51.322352",
"updated_at": "2021-12-29 02:45:48.858000+00:00",
"by": {
"user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"email": "juanillo@example.com",
"first_name": "juan",
"last_name": "smith",
"birth_date": "2021-12-29"
}
}
]