{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/zeroocd.psy.vu.nl"
        }
    ],
    "info": {
        "name": "ZeroOCD API Documentation",
        "_postman_id": "77d969af-b97e-486e-9acc-09edcd791a62",
        "description": "Laravel API for the ZeroOCD Project (VU and Orb Amsterdam)",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/docs\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/reply",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/reply",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/reply"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"question_id\":\"RandomString\",\"answer\":\"Test\",\"datetime\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/module",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/module",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/module"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"module_id\":\"Test\",\"duration\":\"Test\",\"datetime\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/archoice",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/archoice",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/archoice"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"ar_type\":\"Test\",\"datetime\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/ar",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/ar",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/ar"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"ar_type\":\"Test\",\"ar_level\":\"Test\",\"datetime\":\"Test\",\"duration\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/disgustlevel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/disgustlevel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/disgustlevel"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"ar_level\":\"Test\",\"ar_type\":\"Test\",\"datetime\":\"Test\",\"disgust_level\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/anxietylevel",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/anxietylevel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/anxietylevel"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"ar_level\":\"Test\",\"ar_type\":\"Test\",\"datetime\":\"Test\",\"anxiety_level_before_ar\":\"Test\",\"anxiety_level_after_ar\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/docs\/daily",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/docs\/daily",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/docs\/daily"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"secret\":\"1234\",\"user_id\":\"1001\",\"datetime\":\"Test\",\"anxiety_level\":\"Test\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}