-
Notifications
You must be signed in to change notification settings - Fork 0
/
Json Format.txt
85 lines (85 loc) · 2.48 KB
/
Json Format.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"success": true,
"data": [
{
"id": 1,
"user_id": 5,
"title_and_group": "beginner",
"category_id": "YouTuber",
"followers": 25,
"estimated_time": 0,
"bio": "",
"price": 0,
"message_price": 0,
"extra_minute_price": 0,
"search_count": 100,
"top_talent": 0,
"created_at": "2021-04-27T06:55:48.000000Z",
"updated_at": "2021-04-27T06:55:48.000000Z"
},
{
"id": 2,
"user_id": 6,
"title_and_group": "beginner",
"category_id": "tiktok",
"followers": 5,
"estimated_time": 0,
"bio": "",
"price": 0,
"message_price": 0,
"extra_minute_price": 0,
"search_count": 90,
"top_talent": 0,
"created_at": "2021-04-27T06:55:55.000000Z",
"updated_at": "2021-04-27T06:55:55.000000Z"
},
{
"id": 3,
"user_id": 7,
"title_and_group": "pro",
"category_id": "YouTuber",
"followers": 15,
"estimated_time": 0,
"bio": "",
"price": 0,
"message_price": 0,
"extra_minute_price": 0,
"search_count": 95,
"top_talent": 0,
"created_at": "2021-04-27T06:56:00.000000Z",
"updated_at": "2021-04-27T06:56:00.000000Z"
},
{
"id": 4,
"user_id": 8,
"title_and_group": "pro",
"category_id": "tiktok",
"followers": 20,
"estimated_time": 0,
"bio": "",
"price": 0,
"message_price": 0,
"extra_minute_price": 0,
"search_count": 105,
"top_talent": 0,
"created_at": "2021-04-27T06:56:06.000000Z",
"updated_at": "2021-04-27T06:56:06.000000Z"
},
{
"id": 5,
"user_id": 9,
"title_and_group": "beginner",
"category_id": "tiktok",
"followers": 50,
"estimated_time": 0,
"bio": "",
"price": 0,
"message_price": 0,
"extra_minute_price": 0,
"search_count": 150,
"top_talent": 0,
"created_at": "2021-04-27T06:56:12.000000Z",
"updated_at": "2021-04-27T06:56:12.000000Z"
}
]
}