-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdb.json
78 lines (78 loc) · 2.2 KB
/
db.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
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
{
"todos": [
{
"title": "12345",
"id": 1627806255533,
"status": 0
}
],
"profile": [
{
"id": 1,
"name": "typicode",
"auth_token": "ABCDEF"
}
],
"products": [
{
"id": "product-1",
"request": {
"client": "abs_app",
"date": "2021-06-01T15:24:23",
"status": "COMPLETE",
"decision": "Manual",
"csDescision": "Reject"
},
"front": {
"url": "https://visabaongoc.com/wp-content/uploads/2018/02/quy-dinh-ve-anh-lam-chung-minh-thu-nhan-dan-3-1024x614.jpg",
"description": "ID type CMND(94%)"
},
"back": {
"url": "https://cms.luatvietnam.vn/uploaded/Images/Original/2019/10/25/tay-not-ruoi-xoa-seo-co-phai-lam-lai-chung-minh-nhan-dan_2510140542.jpg",
"description": "ID type CMND(94%)"
},
"selfie": {
"url": "https://kyruus-app-static.kyruus.com/providermatch/phs/photos/orig/chung-anhdao-1295787638.jpg"
},
"ocr": {
"name": "Le Thi Lua",
"dob": "19/03/1990",
"gender": "Male",
"address": " 123 ABC",
"hometown": "Xã Bình Tân",
"place": "Quảng trị"
},
"faceMaching": 1
},
{
"id": "product-2",
"request": {
"client": "abs_app",
"date": "2021-06-01T15:24:23",
"status": "COMPLETE",
"decision": "Manual",
"csDescision": "Reject"
},
"front": {
"url": "https://visabaongoc.com/wp-content/uploads/2018/02/quy-dinh-ve-anh-lam-chung-minh-thu-nhan-dan-3-1024x614.jpg",
"description": "ID type CMND(94%)"
},
"back": {
"url": "https://cms.luatvietnam.vn/uploaded/Images/Original/2019/10/25/tay-not-ruoi-xoa-seo-co-phai-lam-lai-chung-minh-nhan-dan_2510140542.jpg",
"description": "ID type CMND(94%)"
},
"selfie": {
"url": "https://kyruus-app-static.kyruus.com/providermatch/phs/photos/orig/chung-anhdao-1295787638.jpg"
},
"ocr": {
"name": "Le Thi A",
"dob": "19/03/1990",
"gender": "Male",
"address": " 123 ABC",
"hometown": "Xã Bình Tân",
"place": "Quảng trị"
},
"faceMaching": 1
}
]
}