-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEssay Grading API.postman_collection.json
More file actions
53 lines (53 loc) · 1.03 KB
/
Copy pathEssay Grading API.postman_collection.json
File metadata and controls
53 lines (53 loc) · 1.03 KB
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
{
"info": {
"_postman_id": "6383bb52-fb93-48e9-9545-24e0843b3769",
"name": "Essay Grading API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "20331745"
},
"item": [
{
"name": "Grading_API_1",
"protocolProfileBehavior": {
"disabledSystemHeaders": {
"accept": true,
"content-type": true
}
},
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"student_answer\": \"7amo is watching the child play\",\n \"correct_answer\": \"A man is observing\"\n}"
},
"url": {
"raw": "http://127.0.0.1:3759/grade",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "3759",
"path": [
"grade"
]
}
},
"response": []
}
]
}