{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.getdentalray.com"
        }
    ],
    "info": {
        "name": "Laravel-Restful-API",
        "_postman_id": "c5f7288f-e54b-41f3-88e5-6e68d9a469dc",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Auth Multi-Factor Management",
            "description": "\nAPIs for doing two factor authentication with Twilio",
            "item": [
                {
                    "name": "Get MFA Settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/mfa\/settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/mfa\/settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get mfa settings",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Send OTP",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/mfa\/sms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/mfa\/sms"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This API will send OTP to the User currently in Session"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Verify OTP",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/mfa\/verify",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/mfa\/verify"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"dolor\"}"
                        },
                        "description": "This endpoint lets you verify the OTP from Twilio"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Category Management",
            "description": "\nAPIs for managing Categories",
            "item": [
                {
                    "name": "Get all Categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/category",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/category"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all the Categories"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/category",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/category"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you store a new Category"
                    },
                    "response": []
                },
                {
                    "name": "Show a Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/category\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/category\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "magnam-error-saepe-temporibus-id-fugiat",
                                    "description": "The slug of the category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a Category"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/category\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/category\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "magnam-error-saepe-temporibus-id-fugiat",
                                    "description": "The slug of the category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you update a single Category"
                    },
                    "response": []
                },
                {
                    "name": "Delete a Category",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/category\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/category\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "magnam-error-saepe-temporibus-id-fugiat",
                                    "description": "The slug of the category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you delete a single Category"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Dicom Management",
            "description": "\nAPI for managing dicom (worklists, media, patient) information.",
            "item": [
                {
                    "name": "Store Dicom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dicom",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dicom"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"studyInstanceUID\":\"occaecati\",\"sopInstanceUID\":\"atque\",\"studyDate\":\"2023-03-27T09:56:54\",\"manufacturer\":\"suscipit\",\"manufacturerModelName\":\"saepe\",\"manufacturerModelVersion\":\"adipisci\",\"patientId\":\"minima\",\"patientName\":\"architecto\",\"patientBirthDate\":\"2023-03-27T09:56:54\",\"patientSex\":\"nihil\",\"acquisitionDateTime\":\"2023-03-27T09:56:54\",\"modality\":\"non\",\"institutionName\":\"cumque\",\"institutionAddress\":\"adipisci\",\"referringPhysicianName\":\"maxime\"}"
                        },
                        "description": "Create worklists, media, and patient according to the parameters."
                    },
                    "response": []
                },
                {
                    "name": "Update Dicom",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dicom\/:worklist_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dicom\/:worklist_id",
                            "variable": [
                                {
                                    "id": "worklist_id",
                                    "key": "worklist_id",
                                    "value": "74",
                                    "description": "The ID of the worklist."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"studyDate\":\"2023-03-27T09:56:54\",\"patientId\":\"maxime\",\"patientName\":\"sed\",\"patientBirthDate\":\"2023-03-27T09:56:54\",\"patientSex\":\"molestiae\",\"status\":\"corrupti\",\"scan_status\":\"assumenda\"}"
                        },
                        "description": "Update worklist, media and patient according to the paramters where id matches worklist."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Authenticate the request for channel access.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/broadcasting\/auth",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/broadcasting\/auth"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store User Heartbeat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/heartbeat",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/heartbeat"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"version\":\"accusamus\"}"
                        },
                        "description": "This endpoint lets you store the last sync details from the user"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Form Management",
            "description": "",
            "item": [
                {
                    "name": "All Forms",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/form",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/form"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display a listing of the resource.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Form",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/form",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/form"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Store a newly created resource in storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Show Form",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/form\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/form\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the form."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display the specified resource matching the given id.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Media Management",
            "description": "\nAPIs for managing Media",
            "item": [
                {
                    "name": "Get all Media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all the Media"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a Media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "s3_object",
                                    "value": "voluptatum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "status",
                                    "value": "assumenda",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "description",
                                    "value": "Quia quis ab incidunt aut accusantium officia nisi.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "meta[is_dicom]",
                                    "value": true,
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "This endpoint lets you store a new Media"
                    },
                    "response": []
                },
                {
                    "name": "Show a Media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:media_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:media_id",
                            "variable": [
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "401",
                                    "description": "The ID of the media."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a Media"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a Media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:media_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:media_id",
                            "variable": [
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "401",
                                    "description": "The ID of the media."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you update a Media File matching the provided ID."
                    },
                    "response": []
                },
                {
                    "name": "Delete a Media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:media_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:media_id",
                            "variable": [
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "401",
                                    "description": "The ID of the media."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you delete a single Role"
                    },
                    "response": []
                },
                {
                    "name": "Download Media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/media\/:media_id\/download",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/media\/:media_id\/download",
                            "variable": [
                                {
                                    "id": "media_id",
                                    "key": "media_id",
                                    "value": "401",
                                    "description": "The ID of the media."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you download a single Media file that matches the ID Request Query."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Office Management",
            "description": "\nAPIs for managing Offices",
            "item": [
                {
                    "name": "Get all Offices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all Offices"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/office\/form-office",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office\/form-office",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office\/form-office"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/office\/form-dentists",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office\/form-dentists",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office\/form-dentists"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Office",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"necessitatibus\",\"address_line_1\":\"ea\",\"city\":\"sed\",\"state\":\"voluptatem\",\"zipcode\":\"aut\",\"primary_contact_name\":\"repudiandae\",\"primary_contact_email\":\"chyna.botsford@example.org\",\"practice_management_software\":\"maxime\",\"cbct_make_and_model\":\"quae\",\"image_viewing_software\":\"recusandae\"}"
                        },
                        "description": "This endpoint lets you add a new Office"
                    },
                    "response": []
                },
                {
                    "name": "Show Office",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the office."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoit lets you get a single Office that matched with the id."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Office",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the office."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"similique\",\"address_line_1\":\"itaque\",\"address_line_2\":\"rerum\",\"city\":\"cum\",\"state\":\"ipsum\",\"zipcode\":\"dolorem\",\"primary_contact_name\":\"consequatur\",\"primary_contact_email\":\"weissnat.maritza@example.net\",\"practice_management_software\":\"architecto\",\"cbct_make_and_model\":\"a\",\"image_viewing_software\":\"deserunt\"}"
                        },
                        "description": "This endpoint lets you get a single Office that matches with the id."
                    },
                    "response": []
                },
                {
                    "name": "Destroy Office",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/office\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/office\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "14",
                                    "description": "The ID of the office."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you destroy a single Office resource that matches with the id"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Options Management",
            "description": "\nAPIs for managing Options",
            "item": [
                {
                    "name": "Get All Options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/option",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/option"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all autoloaded options"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Option",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/option",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/option"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"et\",\"value\":\"sit\"}"
                        },
                        "description": "This endpoint lets you add a new option"
                    },
                    "response": []
                },
                {
                    "name": "Show Option",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/option\/:name",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/option\/:name",
                            "variable": [
                                {
                                    "id": "name",
                                    "key": "name",
                                    "value": "non",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a single option that matches the name."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Option",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/option\/:name",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/option\/:name",
                            "variable": [
                                {
                                    "id": "name",
                                    "key": "name",
                                    "value": "eveniet",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"value\":\"aut\"}"
                        },
                        "description": "This endpoint lets you update a single option that matches the neme."
                    },
                    "response": []
                },
                {
                    "name": "Destroy Option",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/option\/:name",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/option\/:name",
                            "variable": [
                                {
                                    "id": "name",
                                    "key": "name",
                                    "value": "consectetur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you delete a single option that matches the name."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Organization Management",
            "description": "\nAPIs for managing Organizations",
            "item": [
                {
                    "name": "Get all Organizations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/organization",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/organization"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all Organizations"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/organization",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/organization"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_administrator_id\":809074388.83513,\"slug\":\"itaque\",\"name\":\"facilis\",\"description\":\"Vero ab nisi cum aut nemo molestias rem.\"}"
                        },
                        "description": "This endpoint lets you add a new Organization"
                    },
                    "response": []
                },
                {
                    "name": "Show Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/organization\/:office",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/organization\/:office",
                            "variable": [
                                {
                                    "id": "office",
                                    "key": "office",
                                    "value": "4",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoit lets you get a single Organization that matched with the id."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/organization\/:office",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/organization\/:office",
                            "variable": [
                                {
                                    "id": "office",
                                    "key": "office",
                                    "value": "6",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_administrator_id\":21.695096,\"slug\":\"neque\",\"name\":\"aliquam\",\"description\":\"Et dolores qui ut et assumenda quidem.\"}"
                        },
                        "description": "This endpoint lets you get a single Organization that matches with the id."
                    },
                    "response": []
                },
                {
                    "name": "Destroy Organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/organization\/:office",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/organization\/:office",
                            "variable": [
                                {
                                    "id": "office",
                                    "key": "office",
                                    "value": "8",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you destroy a single Organization resource that matches with the id"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Patient Management",
            "description": "",
            "item": [
                {
                    "name": "All Patients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display a listing of the resource.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display Patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient\/form-patient-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient\/form-patient-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display only patients not existing on reports table",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Patient List",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient\/patient-list",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient\/patient-list"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Live Search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient\/patient-live",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient\/patient-live"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Store a newly created resource in storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Show Patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the patient."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display the specified resource matching the given resource id.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Patient\nUpdate the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the patient."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/patient\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/patient\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the patient."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified resource from storage.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Permission Management",
            "description": "",
            "item": [
                {
                    "name": "Get all Permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint returns all the permissions available in the system."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Personal Access Token Management",
            "description": "",
            "item": [
                {
                    "name": "User Tokens",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/oauth\/personal-access-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/oauth\/personal-access-token"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get all of the personal access tokens for the authenticated user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/oauth\/personal-access-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/oauth\/personal-access-token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"bprsxulvntiznxpj\"}"
                        },
                        "description": "Create a new personal access token for the user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/oauth\/personal-access-token\/:token_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/oauth\/personal-access-token\/:token_id",
                            "variable": [
                                {
                                    "id": "token_id",
                                    "key": "token_id",
                                    "value": "sunt",
                                    "description": "The ID of the token."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Delete the given token.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Radiologist Management",
            "description": "\nAPIs for managing Radiologist Resources",
            "item": [
                {
                    "name": "All Radiologist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/radiologist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/radiologist"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all Radiologist Resources."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Report Management",
            "description": "This endpoint lets you store a new report",
            "item": [
                {
                    "name": "All Report\n\nThis endpoint lets you get all reports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/report"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/report"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"form_id\":662.486845,\"office_id\":50,\"worklist_id\":21.2531359,\"patient_first_name\":\"smvedklwtsvej\",\"patient_last_name\":\"tdhnyttfaz\",\"patient_dob\":\"ex\",\"body\":\"omnis\",\"exam\":\"laborum\",\"indication\":\"voluptatem\",\"technique\":\"quo\",\"comparison\":\"quis\",\"osseous_structures\":\"qui\",\"paranasal_sinuses\":\"sint\",\"salivary_glands\":\"veritatis\",\"oral_cavity_pharynx\":\"animi\",\"other_areas\":\"dolores\",\"additional_notes\":\"exercitationem\",\"impression\":\"corrupti\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Preview Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/report\/preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/report\/preview"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/report\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/report\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "42",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/report\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/report\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "42",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Destroy Report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/report\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/report\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "42",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Role Management",
            "description": "\nAPIs for managing Roles",
            "item": [
                {
                    "name": "Get all Roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all the Roles"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"in\",\"slug\":\"ut\",\"permissions\":[]}"
                        },
                        "description": "This endpoint lets you store a new Role"
                    },
                    "response": []
                },
                {
                    "name": "Show a Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "administrator",
                                    "description": "The slug of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a Role"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "administrator",
                                    "description": "The slug of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you update a single Role"
                    },
                    "response": []
                },
                {
                    "name": "Delete a Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "administrator",
                                    "description": "The slug of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you delete a single Role"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User Management",
            "description": "\nAPIs for managnign Users",
            "item": [
                {
                    "name": "Login API",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"sbul\",\"password\":\"}cVG=LiVy54j4;exa\",\"timezone\":\"America\\\/Chihuahua\"}"
                        },
                        "description": "This endpoint allows you to login users.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Register API",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"z\",\"email\":\"nienow.vincenzo@example.net\",\"password\":\"r?7-V&e]MCc[BrC\",\"first_name\":\"csv\",\"middle_name\":\"excepturi\",\"last_name\":\"yputfxfavr\",\"role\":\"sapiente\",\"activate\":true,\"phone_number\":85.7,\"office_name\":\"oc\",\"office_address_line_1\":\"adtlsstgcrlvgjferhmo\",\"office_address_line_2\":\"avcz\",\"office_city\":\"bxxigrlpjylt\",\"office_state\":\"xrtccdlcgwhm\",\"office_zipcode\":\"btanhzltdtwarryhday\",\"school_diploma_id\":4,\"residency_diploma_id\":1,\"state_license_id\":10,\"abr_file_id\":6,\"medical_school_diploma_id\":11}"
                        },
                        "description": "This endpoint allows you to register a new user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Activate a User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/activate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"}"
                        },
                        "description": "This endpoint lets you activate a User."
                    },
                    "response": []
                },
                {
                    "name": "Forgot Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password\/forgot",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password\/forgot"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"halvorson.thalia@example.net\"}"
                        },
                        "description": "This endpoint will send an authorized email reset password",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Reset Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password\/reset",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password\/reset"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"n\\\"C$(ll+.:~=0kaiJ;\",\"confirm_password\":\"libero\",\"token\":\"assumenda\"}"
                        },
                        "description": "This endpoint lets you reset and update password",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Me API",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint will return the currently logged-in user."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Logout API",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint allows you to logout user.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get all Users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user",
                            "query": [
                                {
                                    "key": "search",
                                    "value": "illum",
                                    "description": "string used to search from email, username, first_name, and last_name",
                                    "disabled": false
                                },
                                {
                                    "key": "role",
                                    "value": "molestiae",
                                    "description": "used to filter results based on a specific role.",
                                    "disabled": false
                                },
                                {
                                    "key": "includes%5B0%5D",
                                    "value": "quibusdam",
                                    "description": "an array of available data to include.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/user?search=illum&role=molestiae&includes%5B0%5D=quibusdam"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "This endpoint lets you get all Users."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"lysgoeulraesciarjymovmu\",\"email\":\"miguel47@example.com\",\"password\":\"R\\\/ub*E4l&Wa\",\"first_name\":\"veritatis\",\"last_name\":\"eos\",\"role\":\"quia\",\"activate\":false,\"phone_number\":3293.6102143,\"country_code\":6.1}"
                        },
                        "description": "This endpoint lets you create a new User."
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/user\/mfa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/mfa",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/mfa"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"default_factor\":\"sms\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Change Password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/change",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/change"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password_current\":\"animi\",\"password\":\"9.mfrvw&{\",\"password_confirmation\":\"cknwahyldeh\"}"
                        },
                        "description": "This endpoint lets users change their own passwords"
                    },
                    "response": []
                },
                {
                    "name": "GET api\/user\/{user_id}\/offices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/offices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/offices",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/user\/{user_id}\/offices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/offices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/offices",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get a User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a User."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"vkdtuylfs\",\"email\":\"francis51@example.org\",\"first_name\":\"ddlisshbwnlphjsntxowv\",\"last_name\":\"qqjfudqdzlrbmjrq\"}"
                        },
                        "description": "This endpoint lets you update a User's data."
                    },
                    "response": []
                },
                {
                    "name": "POST api\/user\/{user_id}\/mfa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/mfa",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/mfa",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/user\/{user_id}\/mfa",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/mfa",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/mfa",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/user\/{user_id}\/qr",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/qr",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/qr",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Destroy a User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you update a User."
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User Meta Management",
            "description": "\nAPIs for User Meta Management",
            "item": [
                {
                    "name": "Get all User Meta Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/meta",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/meta",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get all User Meta"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store User Meta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/meta",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/meta",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"corporis\",\"autoload\":false}"
                        },
                        "description": "This endpoint lets you store User Meta"
                    },
                    "response": []
                },
                {
                    "name": "Show User Meta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/meta\/:key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/meta\/:key",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "key",
                                    "key": "key",
                                    "value": "nulla",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint will return a single User Meta"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update User Meta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/meta\/:key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/meta\/:key",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "key",
                                    "key": "key",
                                    "value": "earum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"autoload\":false}"
                        },
                        "description": "This endpoint will update a single User Meta"
                    },
                    "response": []
                },
                {
                    "name": "Destroy User Meta",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/meta\/:key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/meta\/:key",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "key",
                                    "key": "key",
                                    "value": "ipsum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint will destroy a single User Meta"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User Permission Management",
            "description": "\nAPIs for managing a User's Permissions",
            "item": [
                {
                    "name": "Get User Permission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/permission",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a User's Permissions"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update User Permission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/permission",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you update a Permission from a User"
                    },
                    "response": []
                },
                {
                    "name": "Store User Permission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/permission",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you add a Permission to a User"
                    },
                    "response": []
                },
                {
                    "name": "Destroy User Permission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/permission",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you delete a Permission from a User"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User Role Management",
            "description": "\nAPIs for managing a User's Role",
            "item": [
                {
                    "name": "Get User Roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/role",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint lets you get a User's Roles"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Add Role to User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/role",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"slug\":\"gdyuptatkqjjeymmaa\"}"
                        },
                        "description": "This endpoint lets you add a Role to a User."
                    },
                    "response": []
                },
                {
                    "name": "Update Role to User",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/role",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"slug\":\"kuzdmsilsitrlpwfn\"}"
                        },
                        "description": "The endpoint lets you update a Role to a User"
                    },
                    "response": []
                },
                {
                    "name": "Delete a User's Role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/:user_id\/role",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/:user_id\/role",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"slug\":\"bbb\"}"
                        },
                        "description": "This endpoint lets you delete a User's Role"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Worklist Controller",
            "description": "\nAPIs for managing Worklists",
            "item": [
                {
                    "name": "Get all Worklists",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/worklist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/worklist"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display a listing of the resource."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/worklist\/search-suggestions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/worklist\/search-suggestions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/worklist\/search-suggestions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store Worklist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/worklist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/worklist"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"office_id\":5255.7,\"dentist_id\":160,\"radiologist_id\":1,\"media_id\":27578.2664,\"patient_id\":605181848,\"study_type\":\"comprehensive_read\",\"study_instance_uid\":\"perferendis\",\"link\":\"dignissimos\",\"status\":\"sapiente\"}"
                        },
                        "description": "Store a newly created resource in storage."
                    },
                    "response": []
                },
                {
                    "name": "Show Worklist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/worklist\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/worklist\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "74",
                                    "description": "The ID of the worklist."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Display the specified resource."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update Worklist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/worklist\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/worklist\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "74",
                                    "description": "The ID of the worklist."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"office_id\":3,\"radiologist_id\":457.7707,\"dentist_id\":3803208.028,\"patient_id\":45444060.1,\"study_type\":\"comprehensive_read\",\"link\":\"commodi\",\"status\":\"pending\"}"
                        },
                        "description": "Update the specified resource in storage."
                    },
                    "response": []
                },
                {
                    "name": "Destroy Worklist",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/worklist\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/worklist\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "74",
                                    "description": "The ID of the worklist."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove the specified resource from storage."
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "value": null,
                "type": "string"
            }
        ]
    }
}