File size: 521 Bytes
bd35930
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "info": {
        "name": "FastAPI API",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "read_root",
            "request": {
                "url": "http://localhost:8000/",
                "method": "GET"
            }
        },
        {
            "name": "verify_image",
            "request": {
                "url": "http://localhost:8000/verify/",
                "method": "GET"
            }
        }
    ]
}