{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/dev.ms-hotel.net\/"
        }
    ],
    "info": {
        "name": "MS-HC",
        "_postman_id": "62c709cd-3a81-41f7-96d6-2d7f0ae102f5",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Admissions",
            "description": "\nGestion des hospitalisations des patients",
            "item": [
                {
                    "name": "Lister les admissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admissions\/all",
                            "query": [
                                {
                                    "key": "patient_id",
                                    "value": "1",
                                    "description": "ID du patient.",
                                    "disabled": false
                                },
                                {
                                    "key": "doctor_id",
                                    "value": "2",
                                    "description": "ID du m\u00e9decin.",
                                    "disabled": false
                                },
                                {
                                    "key": "medical_page_id",
                                    "value": "5",
                                    "description": "ID de la consultation.",
                                    "disabled": false
                                },
                                {
                                    "key": "status",
                                    "value": "active",
                                    "description": "Statut admission (active, discharged, transferred).",
                                    "disabled": false
                                },
                                {
                                    "key": "room_number",
                                    "value": "A12",
                                    "description": "Num\u00e9ro de chambre.",
                                    "disabled": false
                                },
                                {
                                    "key": "start_date",
                                    "value": "2026-01-01",
                                    "description": "date Date d\u00e9but (YYYY-MM-DD).",
                                    "disabled": false
                                },
                                {
                                    "key": "end_date",
                                    "value": "2026-12-31",
                                    "description": "date Date fin (YYYY-MM-DD).",
                                    "disabled": false
                                },
                                {
                                    "key": "filter_value",
                                    "value": "sed",
                                    "description": "Recherche globale.",
                                    "disabled": false
                                },
                                {
                                    "key": "trashed",
                                    "value": "",
                                    "description": "Inclure supprim\u00e9s.",
                                    "disabled": true
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/admissions\/all?patient_id=1&doctor_id=2&medical_page_id=5&status=active&room_number=A12&start_date=2026-01-01&end_date=2026-12-31&filter_value=sed&trashed="
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":18,\"doctor_id\":7,\"medical_page_id\":19,\"idbed\":8,\"status\":\"transferred\",\"room_number\":\"sunt\",\"diagnosis_summary\":\"dolorem\",\"treatment_plan\":\"architecto\",\"allergies\":\"eius\",\"emergency_contact\":\"ipsam\",\"start_date\":\"2026-05-18T11:12:13\",\"end_date\":\"2026-05-18T11:12:13\",\"filter_value\":\"commodi\",\"trashed\":false,\"page_items\":9,\"nbre_items\":9}"
                        },
                        "description": "Permet de r\u00e9cup\u00e9rer la liste des admissions"
                    },
                    "response": []
                },
                {
                    "name": "Cr\u00e9er une admission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":1,\"doctor_id\":2,\"medical_page_id\":5,\"idbed\":18,\"admitted_at\":\"2026-05-05 10:00:00\",\"discharged_at\":\"2026-05-10 12:00:00\",\"notes\":\"sint\",\"room_number\":\"A12\",\"status\":\"active\",\"diagnosis_summary\":\"consequuntur\",\"treatment_plan\":\"dolor\",\"allergies\":\"ratione\",\"emergency_contact\":\"wpvmhdflehdnoybtjbe\"}"
                        },
                        "description": "Permet d'enregistrer une nouvelle hospitalisation."
                    },
                    "response": []
                },
                {
                    "name": "Afficher une admission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admissions\/:admission_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admissions\/:admission_id",
                            "variable": [
                                {
                                    "id": "admission_id",
                                    "key": "admission_id",
                                    "value": "1",
                                    "description": "The ID of the admission."
                                },
                                {
                                    "id": "admission",
                                    "key": "admission",
                                    "value": "1",
                                    "description": "ID de l'admission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retourne les d\u00e9tails d'une admission."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"The route api\/admissions\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une admission",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admissions\/:admission_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admissions\/:admission_id",
                            "variable": [
                                {
                                    "id": "admission_id",
                                    "key": "admission_id",
                                    "value": "1",
                                    "description": "The ID of the admission."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":12,\"doctor_id\":3,\"medical_page_id\":19,\"room_number\":\"uhaqa\",\"idbed\":1,\"admitted_at\":\"2026-05-18T11:12:13\",\"discharged_at\":\"2026-05-18T11:12:13\",\"status\":\"discharged\",\"notes\":\"aut\",\"diagnosis_summary\":\"facere\",\"treatment_plan\":\"sed\",\"allergies\":\"sit\",\"emergency_contact\":\"fdrh\"}"
                        },
                        "description": "Tous les champs sont modifiables"
                    },
                    "response": []
                },
                {
                    "name": "Mettre en corbeille",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admissions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admissions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": "Body : ids[]"
                    },
                    "response": []
                },
                {
                    "name": "Restaurer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admissions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admissions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": "Body : ids[]"
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Authentification",
            "description": "\nGestion de l'authentification des utilisateurs",
            "item": [
                {
                    "name": "Fonction permettant \u00e0 un utilisateur d\u00e9j\u00e0 inscrit de se connecter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"ipsam\",\"password\":\"SwB.Uh:x.hxxh&\\\"8,\",\"device_key\":\"qui\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Fonction permettant \u00e0 un utilisateur connect\u00e9 de se d\u00e9connecter",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Avance sur salaire \/ Salary advance",
            "description": "\nGestion des avances sur salaire",
            "item": [
                {
                    "name": "Afficher la liste filtr\u00e9e des avances sur salaire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salaries-advances\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salaries-advances\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":11,\"nbre_items\":11,\"filter_value\":\"rerum\",\"trashed\":true,\"user_id\":9,\"user_approve_id\":4,\"date\":\"2026-05-18\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show the form for creating a new resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salaries-advances",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salaries-advances"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"salary_advances\":[{\"user_approve_id\":5,\"amount\":\"provident\",\"reason\":\"incidunt\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une retenue sur salaire sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salaries-advances\/:salary_advance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salaries-advances\/:salary_advance_id",
                            "variable": [
                                {
                                    "id": "salary_advance_id",
                                    "key": "salary_advance_id",
                                    "value": "porro",
                                    "description": "The ID of the salary advance."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/salaries-advances\/porro could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mettre \u00e0 jour une retenue sur salaire sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salaries-advances\/:salary_advance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salaries-advances\/:salary_advance_id",
                            "variable": [
                                {
                                    "id": "salary_advance_id",
                                    "key": "salary_advance_id",
                                    "value": "natus",
                                    "description": "The ID of the salary advance."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_approve_id\":5,\"status\":\"pending_approval\",\"reason\":\"qui\",\"comments\":\"ea\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver (soft delete) les avances sur salaire sp\u00e9cifi\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salaries-advances\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salaries-advances\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer les avances sur salaire archiv\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salaries-advances\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salaries-advances\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[20]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Avertissements",
            "description": "Gestion des avertissements",
            "item": [
                {
                    "name": "Lister les avertissements",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":45,\"nbre_items\":10,\"user_id\":10,\"date\":\"2026-05-18\",\"filter_value\":\"ymkqjdgfzjmuxkpanovt\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un ou plusieurs avertissements",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"warnings\":[{\"user_id\":8,\"reason\":\"veniam\",\"date\":\"2026-05-18\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les d\u00e9tails d'un avertissement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings\/:warning_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings\/:warning_id",
                            "variable": [
                                {
                                    "id": "warning_id",
                                    "key": "warning_id",
                                    "value": "8",
                                    "description": "The ID of the warning."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/warnings\/8 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier les d\u00e9tails d'un avertissement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings\/:warning_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings\/:warning_id",
                            "variable": [
                                {
                                    "id": "warning_id",
                                    "key": "warning_id",
                                    "value": "18",
                                    "description": "The ID of the warning."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":20,\"date\":\"2026-05-18\",\"page_items\":17,\"nbre_items\":15,\"filter_value\":\"et\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Mettre un ou plusieurs avertissements en corbeille (soft delete)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"warning_ids\":[9]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer un ou plusieurs avertissements de la corbeille",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"warning_ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Supprimer d\u00e9finitivement un ou plusieurs avertissements",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/warnings\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/warnings\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"warning_ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Bons d'achats",
            "description": "\nGestion des bons d'achat",
            "item": [
                {
                    "name": "Afficher une liste filtr\u00e9e des bons d'achat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/purchase-orders\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/purchase-orders\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":51,\"nbre_items\":17,\"filter_value\":\"nlbpmssqacagvfv\",\"status\":\"approved\",\"priority\":\"low\",\"supplier_id\":15,\"responsible_id\":19,\"medication_ids\":[8],\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Enregistrer un bon d'achat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/purchase-orders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/purchase-orders"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"supplier_id\":7,\"responsible_id\":11,\"description\":\"Molestias quas in amet amet voluptas.\",\"status\":\"cancelled\",\"priority\":\"high\",\"quotation_file\":\"velit\",\"medications\":[{\"id\":12,\"unit_price\":47,\"quantity\":34}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher un bon d'achat sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/purchase-orders\/:purchase_voucher",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/purchase-orders\/:purchase_voucher",
                            "variable": [
                                {
                                    "id": "purchase_voucher",
                                    "key": "purchase_voucher",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/purchase-orders\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/purchase-orders\/:purchase_voucher",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/purchase-orders\/:purchase_voucher",
                            "variable": [
                                {
                                    "id": "purchase_voucher",
                                    "key": "purchase_voucher",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"supplier_id\":6,\"responsible_id\":7,\"description\":\"Possimus nostrum numquam voluptas totam.\",\"status\":\"pending_approval\",\"priority\":\"medium\",\"quotation_file\":\"et\",\"medications\":[{\"id\":20,\"unit_price\":30,\"quantity\":42}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction pour le multiple archivage des bonds d'achat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/purchase-orders\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/purchase-orders\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[7]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction de restauration multiples des bonds d'achat",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/purchase-orders\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/purchase-orders\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[6]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Caisse \/ Facturation",
            "description": "\nGestion des factures et paiements MS-Care",
            "item": [
                {
                    "name": "Lister les factures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":4,\"nbre_items\":2,\"filter_value\":\"bpjtysa\",\"patient_id\":14,\"cashier_id\":7,\"status\":\"expedita\",\"payment_mode\":\"aliquid\",\"date_from\":\"2026-05-18\",\"date_to\":\"2026-05-18\",\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cr\u00e9er une facture avec ses lignes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":8,\"medical_page_id\":18,\"discount\":79,\"payment_mode\":\"inventore\",\"notes\":\"autem\",\"mm_operator\":\"iusto\",\"mm_payer_number\":\"et\",\"mm_transaction_ref\":\"necessitatibus\",\"mm_payment_date\":\"2026-05-18\",\"insurance_name\":\"voluptatem\",\"insurance_ref\":\"aut\",\"insurance_amount\":82,\"patient_amount\":47,\"items\":[{\"item_type\":\"distinctio\",\"label\":\"quasi\",\"quantity\":57,\"unit_price\":6,\"lab_request_id\":2,\"nursing_act_id\":15,\"medication_id\":10,\"prescription_id\":6}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une facture",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/:invoice_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/:invoice_id",
                            "variable": [
                                {
                                    "id": "invoice_id",
                                    "key": "invoice_id",
                                    "value": "7",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/invoices\/7 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mettre \u00e0 jour une facture (paiement compl\u00e9mentaire)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/:invoice_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/:invoice_id",
                            "variable": [
                                {
                                    "id": "invoice_id",
                                    "key": "invoice_id",
                                    "value": "9",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount_paid\":33,\"payment_mode\":\"dicta\",\"discount\":37,\"notes\":\"veritatis\",\"mm_operator\":\"ipsa\",\"mm_payer_number\":\"praesentium\",\"mm_transaction_ref\":\"laborum\",\"mm_payment_date\":\"2026-05-18\",\"insurance_name\":\"omnis\",\"insurance_ref\":\"expedita\",\"insurance_amount\":90,\"patient_amount\":26}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Annuler une facture (avec tra\u00e7abilit\u00e9)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/:invoice_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/:invoice_id\/cancel",
                            "variable": [
                                {
                                    "id": "invoice_id",
                                    "key": "invoice_id",
                                    "value": "10",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver des factures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer des factures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[13]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Carnet M\u00e9dical",
            "description": "\nGestion des carnets m\u00e9dicaux",
            "item": [
                {
                    "name": "Lister les carnets m\u00e9dicaux",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-books\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-books\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":23,\"nbre_items\":5,\"filter_value\":\"d\",\"responsible_doctor_id\":9,\"health_center_id\":18,\"patient_id\":4,\"trashed\":true,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"ckd_stage\":\"officia\",\"dialysis_type\":\"peritoneal\",\"dialysis_center\":\"quis\",\"current_doctor_name\":\"ut\",\"ckd_diagnosis_date\":\"2026-05-18T11:12:12\",\"blood_type\":\"culpa\",\"status\":\"blanditiis\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un carnet m\u00e9dical",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-books",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-books"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "patient_id",
                                    "value": "6",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the users table."
                                },
                                {
                                    "key": "responsible_doctor_id",
                                    "value": "20",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the users table."
                                },
                                {
                                    "key": "health_center_id",
                                    "value": "7",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the health_centers table."
                                },
                                {
                                    "key": "blood_type",
                                    "value": "A-",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "known_allergies",
                                    "value": "eum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "chronic_diseases",
                                    "value": "excepturi",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "observation",
                                    "value": "quod",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "status",
                                    "value": "undone",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_doctor_name",
                                    "value": "earum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_doctor_phone",
                                    "value": "commodi",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_doctor_address",
                                    "value": "doloremque",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "medical_history",
                                    "value": "eveniet",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_treatments",
                                    "value": "ut",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "known_kidney_diseases",
                                    "value": "unde",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "autoimmune_or_infectious_diseases",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "allergies",
                                    "value": "autem",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "ckd_stage",
                                    "value": "soluta",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "ckd_diagnosis_date",
                                    "value": "2026-05-18T11:12:12",
                                    "type": "text",
                                    "description": "Le champ value doit \u00eatre une date valide."
                                },
                                {
                                    "key": "ckd_etiology",
                                    "value": "illo",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "recent_biological_tests",
                                    "value": "tenetur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dry_weight",
                                    "value": "8940.94399",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_indicated",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_type",
                                    "value": "hemodialysis",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_center",
                                    "value": "est",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_frequency",
                                    "value": "omnis",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_complications",
                                    "value": "non",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "renal_imaging_file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'un carnet m\u00e9dical",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-books\/:medical_book",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-books\/:medical_book",
                            "variable": [
                                {
                                    "id": "medical_book",
                                    "key": "medical_book",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medical-books\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un carnet m\u00e9dical",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-books\/:medical_book",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-books\/:medical_book",
                            "variable": [
                                {
                                    "id": "medical_book",
                                    "key": "medical_book",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "patient_id",
                                    "value": "1",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the users table."
                                },
                                {
                                    "key": "responsible_doctor_id",
                                    "value": "10",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the users table."
                                },
                                {
                                    "key": "health_center_id",
                                    "value": "1",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the health_centers table."
                                },
                                {
                                    "key": "blood_type",
                                    "value": "AB+",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "known_allergies",
                                    "value": "nisi",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "chronic_diseases",
                                    "value": "sed",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "observation",
                                    "value": "aut",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "status",
                                    "value": "done",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_doctor_name",
                                    "value": "ex",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_doctor_phone",
                                    "value": "dolorem",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_doctor_address",
                                    "value": "deleniti",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "medical_history",
                                    "value": "nisi",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "current_treatments",
                                    "value": "provident",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "known_kidney_diseases",
                                    "value": "cum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "autoimmune_or_infectious_diseases",
                                    "value": "est",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "allergies",
                                    "value": "ipsum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "ckd_stage",
                                    "value": "tempora",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "ckd_diagnosis_date",
                                    "value": "2026-05-18T11:12:12",
                                    "type": "text",
                                    "description": "Le champ value doit \u00eatre une date valide."
                                },
                                {
                                    "key": "ckd_etiology",
                                    "value": "aut",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "recent_biological_tests",
                                    "value": "rem",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dry_weight",
                                    "value": "79",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_indicated",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_type",
                                    "value": "peritoneal",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_center",
                                    "value": "quae",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_frequency",
                                    "value": "dolores",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "dialysis_complications",
                                    "value": "voluptas",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "renal_imaging_file",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PUT",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs medical_books",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-books\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-books\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs medical_books",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-books\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-books\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[20]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Catalogue Actes Infirmiers",
            "description": "",
            "item": [
                {
                    "name": "POST api\/nursing-act-catalogs\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-act-catalogs\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-act-catalogs\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":19,\"nbre_items\":6,\"filter_value\":\"ehhtcdqqktauxdlamdeh\",\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"type\":\"et\",\"is_active\":true,\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/nursing-act-catalogs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-act-catalogs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-act-catalogs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"ddmr\",\"type\":\"dolores\",\"description\":\"Dicta quia qui qui sit.\",\"price\":88,\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/nursing-act-catalogs\/{nursing_act_catalog}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-act-catalogs\/:nursing_act_catalog",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-act-catalogs\/:nursing_act_catalog",
                            "variable": [
                                {
                                    "id": "nursing_act_catalog",
                                    "key": "nursing_act_catalog",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/nursing-act-catalogs\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/nursing-act-catalogs\/{nursing_act_catalog}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-act-catalogs\/:nursing_act_catalog",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-act-catalogs\/:nursing_act_catalog",
                            "variable": [
                                {
                                    "id": "nursing_act_catalog",
                                    "key": "nursing_act_catalog",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"umzieohdxmhwyvgbmynvkr\",\"type\":\"quibusdam\",\"description\":\"Velit non facere tenetur porro mollitia quis voluptatem incidunt.\",\"price\":42,\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/nursing-act-catalogs\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-act-catalogs\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-act-catalogs\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[9]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/nursing-act-catalogs\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-act-catalogs\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-act-catalogs\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Catalogue Examens Laboratoire",
            "description": "",
            "item": [
                {
                    "name": "POST api\/lab-exam-catalogs\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-catalogs\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-catalogs\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":14,\"nbre_items\":7,\"filter_value\":\"axjhppusyffbfvkni\",\"type\":\"esse\",\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"is_active\":false,\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/lab-exam-catalogs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-catalogs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-catalogs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"bhtcm\",\"code\":\"idirrwgyzllfsmtzlznqvppzb\",\"type\":\"dolor\",\"description\":\"Eos harum ea dolores repellat fuga ducimus voluptatem.\",\"price\":54,\"turnaround_hours\":35,\"preparation_instructions\":\"veritatis\",\"sample_required\":\"et\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lab-exam-catalogs\/{lab_exam_catalog}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-catalogs\/:lab_exam_catalog",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-catalogs\/:lab_exam_catalog",
                            "variable": [
                                {
                                    "id": "lab_exam_catalog",
                                    "key": "lab_exam_catalog",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/lab-exam-catalogs\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/lab-exam-catalogs\/{lab_exam_catalog}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-catalogs\/:lab_exam_catalog",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-catalogs\/:lab_exam_catalog",
                            "variable": [
                                {
                                    "id": "lab_exam_catalog",
                                    "key": "lab_exam_catalog",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"a\",\"type\":\"autem\",\"description\":\"Provident molestiae tenetur doloribus ipsam rem.\",\"price\":18,\"turnaround_hours\":42,\"preparation_instructions\":\"est\",\"sample_required\":\"nostrum\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/lab-exam-catalogs\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-catalogs\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-catalogs\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/lab-exam-catalogs\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-catalogs\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-catalogs\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Centres de sant\u00e9",
            "description": "\nGestion des centres de sant\u00e9",
            "item": [
                {
                    "name": "Lister les centres de sant\u00e9",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health-centers\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health-centers\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":63,\"nbre_items\":4,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"filter_value\":\"ekccypaahcxt\",\"responsible_id\":14,\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un centre de sant\u00e9",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health-centers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health-centers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responsible_id\":14,\"name\":\"dqzrrznnpteudgdy\",\"code\":\"xplecd\",\"description\":\"Consequatur excepturi voluptas est.\",\"address\":\"azbvhihqktiwgj\",\"city\":\"ydghbgdcwchddcpnjv\",\"country\":\"mppjfqsxcalntavifabzowfq\",\"phone\":\"ttcdtcwqmrkkaiwzppeksi\",\"logo\":\"lyxlmalmxsxhibpem\",\"email\":\"walsh.kiera@example.net\",\"website\":\"ezryhruyumyijnidwzbl\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les informations d'un centre de sant\u00e9",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health-centers\/:health_center",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health-centers\/:health_center",
                            "variable": [
                                {
                                    "id": "health_center",
                                    "key": "health_center",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/health-centers\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier les informations d'un centre de sant\u00e9",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health-centers\/:health_center",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health-centers\/:health_center",
                            "variable": [
                                {
                                    "id": "health_center",
                                    "key": "health_center",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responsible_id\":15,\"name\":\"leyckuyoxaqxssotis\",\"code\":\"wvywxpskzwoci\",\"description\":\"Hic non eos necessitatibus est.\",\"address\":\"slhszsoyxjxidbvyypo\",\"city\":\"u\",\"country\":\"g\",\"phone\":\"ulypaecelzvebq\",\"logo\":\"qryizwvhylyatqidovfo\",\"email\":\"lkihn@example.net\",\"website\":\"sehpmpdldqj\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs health_centers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health-centers\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health-centers\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[8]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs health_centers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health-centers\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health-centers\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Chat",
            "description": "",
            "item": [
                {
                    "name": "Gestion des discussions du chat",
                    "description": "",
                    "item": [
                        {
                            "name": "Lister les discussions (priv\u00e9es et en groupe)",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/rooms\/all",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/rooms\/all"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"page_items\":55,\"nbre_items\":8,\"filter_value\":\"zbqebooagluidbswtf\",\"is_group\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "D\u00e9marrer une discussion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/rooms",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/rooms"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"twxq\",\"photo\":\"jcftaasqkg\",\"participants\":[17]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Afficher les infos d'une discussion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/rooms\/:message_room",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/rooms\/:message_room",
                                    "variable": [
                                        {
                                            "id": "message_room",
                                            "key": "message_room",
                                            "value": "20",
                                            "description": ""
                                        }
                                    ]
                                },
                                "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": 404,
                                    "body": "{\n    \"message\": \"The route api\/chat\/rooms\/20 could not be found.\"\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Modifier une discussion",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/rooms\/:message_room",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/rooms\/:message_room",
                                    "variable": [
                                        {
                                            "id": "message_room",
                                            "key": "message_room",
                                            "value": "5",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"rrboduzlhlm\",\"photo\":\"cs\",\"participants\":[12]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Gestion des messages du chat",
                    "description": "",
                    "item": [
                        {
                            "name": "Lister les messages",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/messages\/all",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/messages\/all"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"page_items\":44,\"nbre_items\":11,\"filter_value\":\"fofuznwcomctqdiu\",\"message_room_id\":4,\"user_id\":9}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Ajouter un message",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/messages",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/messages"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"message_room_id\":20,\"body\":\"expedita\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Afficher un message",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/messages\/:message_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/messages\/:message_id",
                                    "variable": [
                                        {
                                            "id": "message_id",
                                            "key": "message_id",
                                            "value": "13",
                                            "description": "The ID of the message."
                                        }
                                    ]
                                },
                                "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": 404,
                                    "body": "{\n    \"message\": \"The route api\/chat\/messages\/13 could not be found.\"\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Modifier un message",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/chat\/messages\/:message_id",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/chat\/messages\/:message_id",
                                    "variable": [
                                        {
                                            "id": "message_id",
                                            "key": "message_id",
                                            "value": "8",
                                            "description": "The ID of the message."
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"body\":\"enim\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                }
            ]
        },
        {
            "name": "Checkups patients",
            "description": "\nGestion des checkups patients",
            "item": [
                {
                    "name": "Lister les checkups patients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-ups\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-ups\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":33,\"nbre_items\":7,\"filter_value\":\"uo\",\"patient_id\":17,\"medical_page_id\":5,\"date\":\"2026-05-18\",\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"alert_status\":\"critical\",\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un checkup patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-ups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-ups"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":8,\"medical_page_id\":1,\"dialysis_session_id\":2,\"weight_kg\":186.00594974,\"blood_pressure_systolic\":20,\"blood_pressure_diastolic\":18,\"heart_rate\":17,\"temperature_c\":1692.224,\"blood_glucose\":36513.1835705,\"urine_output_ml\":17,\"spo2\":16,\"creatinine\":2306.6233,\"urea\":4244.5209622,\"creatinine_clearance\":41144944.6259,\"potassium\":335702.1479349,\"sodium\":30.606948,\"phosphorus\":2.364226,\"calcium\":2143.363,\"hemoglobin\":5.71,\"notes\":\"et\",\"date\":\"2026-05-18T11:12:12\",\"alert_status\":\"critical\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'un checkup patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-ups\/:patient_check_up",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-ups\/:patient_check_up",
                            "variable": [
                                {
                                    "id": "patient_check_up",
                                    "key": "patient_check_up",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/check-ups\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un checkup patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-ups\/:patient_check_up",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-ups\/:patient_check_up",
                            "variable": [
                                {
                                    "id": "patient_check_up",
                                    "key": "patient_check_up",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":12,\"medical_page_id\":4,\"dialysis_session_id\":9,\"weight_kg\":38093010.55508735,\"blood_pressure_systolic\":18,\"blood_pressure_diastolic\":4,\"heart_rate\":14,\"temperature_c\":1.1,\"blood_glucose\":387992373.055829,\"urine_output_ml\":13,\"spo2\":6,\"creatinine\":265.213481,\"urea\":373.599506602,\"creatinine_clearance\":63162750.39088,\"potassium\":0.32,\"sodium\":72.78,\"phosphorus\":17.57,\"calcium\":61.940901,\"hemoglobin\":98859146,\"notes\":\"dolorum\",\"date\":\"2026-05-18T11:12:12\",\"alert_status\":\"normal\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs patient_check_ups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-ups\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-ups\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs patient_check_ups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-ups\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-ups\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Cl\u00f4ture de Caisse",
            "description": "\nGestion des cl\u00f4tures journali\u00e8res de caisse MS-Care",
            "item": [
                {
                    "name": "POST api\/cash-closures\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cash-closures\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cash-closures\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":3,\"nbre_items\":13,\"cashier_id\":15,\"status\":\"closed\",\"date_from\":\"2026-05-18\",\"date_to\":\"2026-05-18\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cr\u00e9er une cl\u00f4ture de caisse \u2014 calcule automatiquement les totaux du jour",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cash-closures",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cash-closures"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"closure_date\":\"2026-05-18\",\"notes\":\"esse\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/cash-closures\/{cash_closure}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cash-closures\/:cash_closure",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cash-closures\/:cash_closure",
                            "variable": [
                                {
                                    "id": "cash_closure",
                                    "key": "cash_closure",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/cash-closures\/15 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cl\u00f4turer d\u00e9finitivement (passer \u00e0 closed)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cash-closures\/:cash_closure",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cash-closures\/:cash_closure",
                            "variable": [
                                {
                                    "id": "cash_closure",
                                    "key": "cash_closure",
                                    "value": "2",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"closed\",\"notes\":\"unde\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Contrats",
            "description": "\n Gestion des contrats employ\u00e9s",
            "item": [
                {
                    "name": "Retourne la liste des contrats avec la possibilit\u00e9 de filtrer et paginer les r\u00e9sultats.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":3,\"nbre_items\":15,\"filter_value\":\"neque\",\"position\":\"corrupti\",\"status\":\"Terminated\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Affiche les d\u00e9tails d\u2019un contrat sp\u00e9cifique \u00e0 partir de son identifiant.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts\/:contract",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts\/:contract",
                            "variable": [
                                {
                                    "id": "contract",
                                    "key": "contract",
                                    "value": "aspernatur",
                                    "description": "The contract."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/contracts\/aspernatur could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9e un nouveau contrat pour un utilisateur, apr\u00e8s v\u00e9rification d'absence de contrat actif.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":4,\"user_approve_id\":14,\"type\":\"harum\",\"description\":\"Libero eos ipsa similique.\",\"start_date\":\"2026-05-18T11:12:13\",\"duration\":12,\"working_hours\":\"voluptatem\",\"position\":\"aut\",\"gross_salary\":52,\"status\":\"Active\",\"service_benefits\":\"vel\",\"bonus\":\"labore\",\"number_days_off\":20}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Met \u00e0 jour les informations d\u2019un contrat donn\u00e9.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts\/:contract",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts\/:contract",
                            "variable": [
                                {
                                    "id": "contract",
                                    "key": "contract",
                                    "value": "accusantium",
                                    "description": "The contract."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":6,\"user_approve_id\":9,\"type\":\"CDI\",\"description\":\"Consequuntur provident voluptate reiciendis et minima mollitia.\",\"start_date\":\"2026-05-18T11:12:13\",\"duration\":34,\"working_hours\":\"sit\",\"position\":\"beatae\",\"gross_salary\":7,\"status\":\"Pending\",\"service_benefits\":\"perferendis\",\"bonus\":\"nihil\",\"number_days_off\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver (soft delete) les contrats sp\u00e9cifi\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer les contrats archiv\u00e9s.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[8]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Supprimer d\u00e9finitivement les contrats sp\u00e9cifi\u00e9s.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contracts\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contracts\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Demande d'approvisionnement | Supply demand",
            "description": "Contr\u00f4leur charg\u00e9 de la gestion des demandes d'approvisionnement.",
            "item": [
                {
                    "name": "Cr\u00e9e une nouvelle demande d'approvisionnement.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supply-demands",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supply-demands"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"jeenphgmubzvleamdhosbso\",\"description\":\"Omnis veritatis itaque repellat voluptatum.\",\"responsible_id\":2,\"status\":\"accepted\",\"priority\":\"medium\",\"medications\":[{\"id\":19,\"unit_price\":5,\"quantity\":42,\"supplier_id\":2}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Affiche la liste pagin\u00e9e des demandes d'approvisionnement, avec filtres optionnels.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supply-demands\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supply-demands\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filter_value\":\"dolores\",\"responsible_id\":15,\"priority\":\"medium\",\"status\":\"accepted\",\"medication_ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Affiche les d\u00e9tails d'une demande d'approvisionnement sp\u00e9cifique.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supply-demands\/:supply_demand_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supply-demands\/:supply_demand_id",
                            "variable": [
                                {
                                    "id": "supply_demand_id",
                                    "key": "supply_demand_id",
                                    "value": "7",
                                    "description": "The ID of the supply demand."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/supply-demands\/7 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Met \u00e0 jour les informations d'une demande d'approvisionnement existante.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supply-demands\/:supply_demand_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supply-demands\/:supply_demand_id",
                            "variable": [
                                {
                                    "id": "supply_demand_id",
                                    "key": "supply_demand_id",
                                    "value": "6",
                                    "description": "The ID of the supply demand."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"pg\",\"description\":\"Laboriosam eos officiis molestiae delectus nulla.\",\"responsible_id\":13,\"status\":\"accepted\",\"priority\":\"low\",\"medications\":[{\"id\":2,\"unit_price\":13,\"quantity\":82,\"supplier_id\":8}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Met en corbeille (suppression logique) une ou plusieurs demandes d'approvisionnement.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supply-demands\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supply-demands\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"supply_demand_ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaure une ou plusieurs demandes d'approvisionnement supprim\u00e9es (suppression logique).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supply-demands\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supply-demands\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"supply_demand_ids\":[8]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Demande d'explication \/ Explanation Request",
            "description": "\nGestion des demandes d'explication",
            "item": [
                {
                    "name": "Afficher les demandes d'explication",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/explanation-requests\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/explanation-requests\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":5,\"nbre_items\":15,\"filter_value\":\"hufqsv\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creer une demande d'explication",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/explanation-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/explanation-requests"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"dolores\",\"description\":\"Optio aut quia minus ut dolore.\",\"idUser\":19,\"idResponsable\":7,\"image\":\"voluptates\",\"comments\":\"qui\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une demande d'explication sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/explanation-requests\/:explanation_request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/explanation-requests\/:explanation_request",
                            "variable": [
                                {
                                    "id": "explanation_request",
                                    "key": "explanation_request",
                                    "value": "9",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/explanation-requests\/9 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mettre a jour une demande d'explication",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/explanation-requests\/:explanation_request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/explanation-requests\/:explanation_request",
                            "variable": [
                                {
                                    "id": "explanation_request",
                                    "key": "explanation_request",
                                    "value": "7",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"ad\",\"description\":\"Inventore aperiam ducimus est dolor neque id.\",\"idUser\":8,\"idResponsable\":11,\"image\":\"voluptas\",\"comments\":\"similique\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver (soft delete) les demandes d'explication.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/explanation-requests\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/explanation-requests\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[10]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer les demandes d'explication archiv\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/explanation-requests\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/explanation-requests\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Demande de cong\u00e9",
            "description": "Gestion des demandes de cong\u00e9 employ\u00e9",
            "item": [
                {
                    "name": "Lister les cong\u00e9s enregistr\u00e9s",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holidays\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holidays\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":7,\"user_approve_id\":10,\"status\":\"pending_approval\",\"archive\":\"only_trashed\",\"date\":\"2026-05-18T11:12:13\",\"page_items\":6,\"nbre_items\":2,\"filter_value\":\"quae\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Enregistrer une demande de cong\u00e9",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holidays",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holidays"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"odit\",\"start_date\":\"2026-05-18T11:12:13\",\"end_date\":\"2026-05-18T11:12:13\",\"days_taken\":4,\"reason\":\"an\",\"user_approve_id\":9}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les d\u00e9tails d'une retenue sur salaire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holidays\/:holiday_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holidays\/:holiday_id",
                            "variable": [
                                {
                                    "id": "holiday_id",
                                    "key": "holiday_id",
                                    "value": "2",
                                    "description": "The ID of the holiday."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/holidays\/2 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une demande de cong\u00e9",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holidays\/:holiday_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holidays\/:holiday_id",
                            "variable": [
                                {
                                    "id": "holiday_id",
                                    "key": "holiday_id",
                                    "value": "2",
                                    "description": "The ID of the holiday."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"officiis\",\"start_date\":\"2111-01-18\",\"end_date\":\"2104-08-15\",\"days_taken\":20,\"reason\":\"noofpsxelcjfm\",\"status\":\"pending_approval\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver une ou plusieurs demandes de cong\u00e9s",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holidays\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holidays\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"idHolidays\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer une ou plusieurs demandes de cong\u00e9s",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holidays\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holidays\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"idHolidays\":[14]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Demandes de Permissions",
            "description": "\nContr\u00f4leur pour la gestion des demandes de permission des utilisateurs",
            "item": [
                {
                    "name": "Affiche une liste pagin\u00e9e des demandes de permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-requests\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-requests\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"rejected\",\"departure\":\"2026-05-18\",\"return\":\"2026-05-18\",\"duration\":8,\"page_items\":80,\"nbre_items\":20,\"filter_value\":\"ebgtmshskfaemuteyujueotxs\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cr\u00e9e une nouvelle demande de permission.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-requests"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"voluptatem\",\"departure\":\"2026-05-18\",\"return\":\"2106-11-22\",\"duration\":11,\"status\":\"approved\",\"user_approve_id\":11}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Affiche les d\u00e9tails d'une demande de permission sp\u00e9cifique.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-requests\/:permission_request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-requests\/:permission_request",
                            "variable": [
                                {
                                    "id": "permission_request",
                                    "key": "permission_request",
                                    "value": "est",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/permission-requests\/est could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Met \u00e0 jour une demande de permission si elle est encore en attente.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-requests\/:permission_request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-requests\/:permission_request",
                            "variable": [
                                {
                                    "id": "permission_request",
                                    "key": "permission_request",
                                    "value": "nesciunt",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"tempora\",\"departure\":\"2026-05-18\",\"return\":\"2052-01-02\",\"duration\":64,\"status\":\"approved\",\"user_approve_id\":5}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver (soft delete) les presences sp\u00e9cifi\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-requests\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-requests\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer les permission_requests archiv\u00e9s.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-requests\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-requests\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "D\u00e9partements",
            "description": "\nGestion des d\u00e9partements",
            "item": [
                {
                    "name": "Lister les d\u00e9partements",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/departments\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/departments\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":58,\"nbre_items\":15,\"filter_value\":\"rwlzrud\",\"start_date\":\"2026-05-18T11:12:12\",\"end_date\":\"2026-05-18T11:12:12\",\"responsible_id\":5,\"health_center_id\":6,\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un d\u00e9partement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/departments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responsible_id\":20,\"health_center_id\":15,\"name\":\"j\",\"description\":\"Non vero ut asperiores.\",\"phone\":\"bzibcnegzvevixfzs\",\"email\":\"kuhic.frankie@example.com\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'un d\u00e9partement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/departments\/:department_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/departments\/:department_id",
                            "variable": [
                                {
                                    "id": "department_id",
                                    "key": "department_id",
                                    "value": "1",
                                    "description": "The ID of the department."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/departments\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un d\u00e9partement",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/departments\/:department_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/departments\/:department_id",
                            "variable": [
                                {
                                    "id": "department_id",
                                    "key": "department_id",
                                    "value": "1",
                                    "description": "The ID of the department."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"responsible_id\":12,\"health_center_id\":12,\"name\":\"amipvotsanarpwqnfeytaq\",\"description\":\"Eius et at rerum ea.\",\"phone\":\"g\",\"email\":\"ines.tillman@example.net\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs medical_books",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/departments\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/departments\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs medical_books",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/departments\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/departments\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Lister les rendez-vous",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rendez-vous\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rendez-vous\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":58,\"nbre_items\":15,\"filter_value\":\"pgqrg\",\"patient_id\":6,\"doctor_id\":1,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"date\":\"2026-05-18\",\"status\":\"undone\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un rendez-vous",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rendez-vous",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rendez-vous"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":3,\"doctor_id\":3,\"date\":\"2026-05-18\",\"hour\":\"et\",\"description\":\"Debitis quia voluptatem aspernatur quos.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'un rendez-vous",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rendez-vous\/:rendez_vous",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rendez-vous\/:rendez_vous",
                            "variable": [
                                {
                                    "id": "rendez_vous",
                                    "key": "rendez_vous",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/rendez-vous\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un rendez-vous",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rendez-vous\/:rendez_vous",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rendez-vous\/:rendez_vous",
                            "variable": [
                                {
                                    "id": "rendez_vous",
                                    "key": "rendez_vous",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":20,\"doctor_id\":4,\"date\":\"2026-05-18\",\"hour\":\"et\",\"description\":\"Iure hic voluptatem ab est non quis.\",\"status\":\"validated\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs rendez_vous",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rendez-vous\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rendez-vous\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs rendez_vous",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rendez-vous\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rendez-vous\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[13]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "LISTE (filtr\u00e9e)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":5,\"nbre_items\":48,\"filter_value\":\"numquam\",\"name\":\"quos\",\"description\":\"Minima ut mollitia omnis nobis repudiandae aspernatur dicta.\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "CREATE",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"officia\",\"description\":\"Rerum hic quo odio aut at quo porro.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "SHOW",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types\/:expense_type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types\/:expense_type",
                            "variable": [
                                {
                                    "id": "expense_type",
                                    "key": "expense_type",
                                    "value": "7",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/expense-types\/7 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "UPDATE (tous les champs)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types\/:expense_type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types\/:expense_type",
                            "variable": [
                                {
                                    "id": "expense_type",
                                    "key": "expense_type",
                                    "value": "20",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"iusto\",\"description\":\"Fuga eos alias enim beatae in explicabo voluptatibus.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "TRASH (soft delete multiple)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "RESTORE",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE PERMANENT",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-types\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-types\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Lister les pr\u00e9sences",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":81,\"nbre_items\":65,\"filter_value\":\"et\",\"user_id\":3,\"health_center_id\":4,\"department_id\":17,\"date\":\"2026-05-18T11:12:13\",\"start_date\":\"2026-05-18T11:12:13\",\"end_date\":\"2078-07-31\",\"type\":\"saepe\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une pr\u00e9sence",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":12,\"health_center_id\":15,\"department_id\":7,\"date\":\"2026-05-18T11:12:13\",\"hour\":\"11:12\",\"arrivalTime\":\"11:12\",\"departureTime\":\"11:12\",\"type\":\"rerum\",\"scanPerCourse\":21,\"reason\":\"atque\",\"savingType\":\"perferendis\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une pr\u00e9sence",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences\/:presence_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences\/:presence_id",
                            "variable": [
                                {
                                    "id": "presence_id",
                                    "key": "presence_id",
                                    "value": "14",
                                    "description": "The ID of the presence."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/presences\/14 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une pr\u00e9sence",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences\/:presence_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences\/:presence_id",
                            "variable": [
                                {
                                    "id": "presence_id",
                                    "key": "presence_id",
                                    "value": "14",
                                    "description": "The ID of the presence."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":13,\"health_center_id\":13,\"department_id\":1,\"date\":\"2026-05-18T11:12:13\",\"hour\":\"11:12\",\"arrivalTime\":\"11:12\",\"departureTime\":\"11:12\",\"type\":\"enim\",\"scanPerCourse\":0,\"reason\":\"enim\",\"savingType\":\"modi\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Trash pr\u00e9sences",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore pr\u00e9sences",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[8]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Supprimer d\u00e9finitivement des pr\u00e9sences",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/presences\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/presences\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[4]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/dashboardfounder",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboardfounder",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboardfounder"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"health_center_id\":2}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Ex\u00e9cutions de planning de soins",
            "description": "\nGestion des ex\u00e9cutions de planning de soins",
            "item": [
                {
                    "name": "POST api\/care-schedule-executions\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":39,\"nbre_items\":20,\"filter_value\":\"aypeubexghawdnhnvywds\",\"care_schedule_id\":6,\"nurse_id\":10,\"status\":\"late\",\"nursing_act_id\":4,\"date_from\":\"2026-05-18\",\"date_to\":\"2026-05-18\",\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/care-schedule-executions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"care_schedule_id\":15,\"nurse_id\":15,\"scheduled_at\":\"2026-05-18T11:12:13\",\"executed_at\":\"2026-05-18T11:12:13\",\"status\":\"pending\",\"delay_minutes\":1,\"observations\":\"at\",\"nursing_act_id\":18}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/care-schedule-executions\/{care_schedule_execution}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions\/:care_schedule_execution",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions\/:care_schedule_execution",
                            "variable": [
                                {
                                    "id": "care_schedule_execution",
                                    "key": "care_schedule_execution",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/care-schedule-executions\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/care-schedule-executions\/{care_schedule_execution}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions\/:care_schedule_execution",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions\/:care_schedule_execution",
                            "variable": [
                                {
                                    "id": "care_schedule_execution",
                                    "key": "care_schedule_execution",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"care_schedule_id\":14,\"nurse_id\":7,\"scheduled_at\":\"2026-05-18T11:12:13\",\"executed_at\":\"2026-05-18T11:12:13\",\"status\":\"missed\",\"delay_minutes\":12,\"observations\":\"ducimus\",\"nursing_act_id\":3}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/care-schedule-executions\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[13]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/care-schedule-executions\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suppression d\u00e9finitive",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedule-executions\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedule-executions\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Ex\u00e9cutions de prescriptions m\u00e9dicamenteuses",
            "description": "\nGestion des ex\u00e9cutions de prescriptions m\u00e9dicamenteuses",
            "item": [
                {
                    "name": "POST api\/medication-prescription-executions\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":13,\"nbre_items\":19,\"filter_value\":\"mqsf\",\"medication_prescription_id\":12,\"scheduled_at\":\"2026-05-18\",\"execute_at\":\"2026-05-18\",\"status\":\"missed\",\"date_from\":\"2026-05-18\",\"date_to\":\"2026-05-18\",\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-prescription-executions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"medication_prescription_id\":8,\"scheduled_at\":\"2026-05-18T11:12:12\",\"execute_at\":\"2026-05-18T11:12:12\",\"status\":\"missed\",\"delay_minutes\":7}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/medication-prescription-executions\/{execution_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions\/:execution_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions\/:execution_id",
                            "variable": [
                                {
                                    "id": "execution_id",
                                    "key": "execution_id",
                                    "value": "12",
                                    "description": "The ID of the execution."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medication-prescription-executions\/12 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/medication-prescription-executions\/{execution_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions\/:execution_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions\/:execution_id",
                            "variable": [
                                {
                                    "id": "execution_id",
                                    "key": "execution_id",
                                    "value": "10",
                                    "description": "The ID of the execution."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"medication_prescription_id\":15,\"scheduled_at\":\"2026-05-18T11:12:12\",\"execute_at\":\"2026-05-18T11:12:12\",\"status\":\"pending\",\"delay_minutes\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-prescription-executions\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-prescription-executions\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-prescription-executions\/destroy",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescription-executions\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescription-executions\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Forum",
            "description": "",
            "item": [
                {
                    "name": "Cat\u00e9gories\n\nGestion des cat\u00e9gories de forum",
                    "description": "",
                    "item": [
                        {
                            "name": "Lister les categories de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/categories\/all",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/categories\/all"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"page_items\":50,\"nbre_items\":3,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"filter_value\":\"eekburcetelztppclfhakvk\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Ajouter une cat\u00e9gorie de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/categories",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/categories"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"hvdxmshzvfw\",\"description\":\"Voluptate culpa ut ex quia et itaque provident.\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Afficher les infos d'une cat\u00e9gorie de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/categories\/:forum_category",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/categories\/:forum_category",
                                    "variable": [
                                        {
                                            "id": "forum_category",
                                            "key": "forum_category",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "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": 404,
                                    "body": "{\n    \"message\": \"The route api\/forum\/categories\/1 could not be found.\"\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Modifier une cat\u00e9gorie de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/categories\/:forum_category",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/categories\/:forum_category",
                                    "variable": [
                                        {
                                            "id": "forum_category",
                                            "key": "forum_category",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"name\":\"uzinticrlgjbby\",\"description\":\"Omnis odio maxime ut reprehenderit et.\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Archiver plusieurs categories de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/categories\/trash",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/categories\/trash"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"ids\":[1]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Restaurer plusieurs categories de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/categories\/restore",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/categories\/restore"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"ids\":[10]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "Questions\n\nGestion des questions de forum",
                    "description": "",
                    "item": [
                        {
                            "name": "Lister les questions de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/questions\/all",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/questions\/all"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"page_items\":50,\"nbre_items\":12,\"filter_value\":\"kqufoosbfydb\",\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"forum_category_id\":19,\"user_id\":13}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Ajouter une question de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/questions",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/questions"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"forum_category_id\":13,\"title\":\"rutpwtcsxa\",\"body\":\"fugiat\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Afficher les infos d'une question de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/questions\/:forum_question",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/questions\/:forum_question",
                                    "variable": [
                                        {
                                            "id": "forum_question",
                                            "key": "forum_question",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "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": 404,
                                    "body": "{\n    \"message\": \"The route api\/forum\/questions\/1 could not be found.\"\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Modifier une question de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/questions\/:forum_question",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/questions\/:forum_question",
                                    "variable": [
                                        {
                                            "id": "forum_question",
                                            "key": "forum_question",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"forum_category_id\":13,\"title\":\"ux\",\"body\":\"explicabo\",\"is_resolved\":false}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Archiver plusieurs questions de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/questions\/trash",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/questions\/trash"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"ids\":[12]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Restaurer plusieurs questions de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/questions\/restore",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/questions\/restore"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"ids\":[16]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                },
                {
                    "name": "R\u00e9ponses\n\nGestion des r\u00e9ponses aux questions de forum",
                    "description": "",
                    "item": [
                        {
                            "name": "Lister les r\u00e9ponses de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/answers\/all",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/answers\/all"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"page_items\":87,\"nbre_items\":17,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"filter_value\":\"nyxjrizagowuwgwgaoy\",\"forum_category_id\":3,\"forum_question_id\":17,\"user_id\":16}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Ajouter une r\u00e9ponse \u00e0 une question de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/answers",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/answers"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"forum_question_id\":18,\"body\":\"consequatur\"}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Afficher les infos d'une r\u00e9ponse \u00e0 une question de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/answers\/:forum_answer",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/answers\/:forum_answer",
                                    "variable": [
                                        {
                                            "id": "forum_answer",
                                            "key": "forum_answer",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "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": 404,
                                    "body": "{\n    \"message\": \"The route api\/forum\/answers\/1 could not be found.\"\n}",
                                    "name": ""
                                }
                            ]
                        },
                        {
                            "name": "Modifier une r\u00e9ponse \u00e0 une question de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/answers\/:forum_answer",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/answers\/:forum_answer",
                                    "variable": [
                                        {
                                            "id": "forum_answer",
                                            "key": "forum_answer",
                                            "value": "1",
                                            "description": ""
                                        }
                                    ]
                                },
                                "method": "PUT",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"forum_question_id\":10,\"body\":\"neque\",\"is_accepted\":true}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Archiver plusieurs questions de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/answers\/trash",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/answers\/trash"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"ids\":[7]}"
                                },
                                "description": ""
                            },
                            "response": []
                        },
                        {
                            "name": "Restaurer plusieurs r\u00e9ponses aux questions de forum",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/forum\/answers\/restore",
                                    "query": [],
                                    "raw": "{{baseUrl}}\/api\/forum\/answers\/restore"
                                },
                                "method": "POST",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": {
                                    "mode": "raw",
                                    "raw": "{\"ids\":[11]}"
                                },
                                "description": ""
                            },
                            "response": []
                        }
                    ]
                }
            ]
        },
        {
            "name": "Gestion des Chambres",
            "description": "",
            "item": [
                {
                    "name": "Liste des chambres avec filtres",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":59,\"nbre_items\":23,\"name\":\"est\",\"type\":\"harum\",\"etage\":\"eum\",\"min_price\":83,\"max_price\":22,\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cr\u00e9ation d'une chambre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"oolvgpnp\",\"price\":90,\"number_beds\":73,\"type\":\"qbsdqosknaddhayapiqn\",\"etage\":\"aoyduaprljyohizpimlkdyk\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une chambre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms\/:room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms\/:room_id",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "1",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/rooms\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mise \u00e0 jour d'une chambre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms\/:room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms\/:room_id",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "1",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"udbchdnjbqmxd\",\"price\":68,\"number_beds\":65,\"type\":\"jusjeqyjkf\",\"etage\":\"xezglxylaafrubozeiedh\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suppression logique (soft delete)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restauration",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[10]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suppression d\u00e9finitive",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rooms\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rooms\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Laboratoire",
            "description": "\nGestion des demandes et r\u00e9sultats d'examens laboratoire",
            "item": [
                {
                    "name": "Lister les demandes d'examens",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-requests\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-requests\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":20,\"nbre_items\":19,\"filter_value\":\"ktmrfjuzannxrwjy\",\"patient_id\":15,\"doctor_id\":2,\"technician_id\":3,\"status\":\"done\",\"lab_exam_pack_id\":6,\"date_from\":\"2026-05-18\",\"date_to\":\"2026-05-18\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cr\u00e9er une demande d'examen labo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-requests"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":3,\"doctor_id\":20,\"medical_page_id\":4,\"lab_exam_catalog_id\":8,\"lab_exam_pack_id\":11,\"exam_name\":\"fodklqycgdepfidjpfdfluyv\",\"clinical_info\":\"fugiat\",\"price\":76,\"requested_at\":\"2026-05-18T11:12:13\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une demande d'examen",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-requests\/:lab_request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-requests\/:lab_request",
                            "variable": [
                                {
                                    "id": "lab_request",
                                    "key": "lab_request",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/lab-requests\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mettre \u00e0 jour le statut et les r\u00e9sultats d'un examen",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-requests\/:lab_request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-requests\/:lab_request",
                            "variable": [
                                {
                                    "id": "lab_request",
                                    "key": "lab_request",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"ipsa\",\"technician_id\":19,\"validator_id\":7,\"clinical_info\":\"non\",\"sampled_at\":\"2026-05-18T11:12:13\",\"result_at\":\"2026-05-18T11:12:13\",\"validated_at\":\"2026-05-18T11:12:13\",\"price\":47,\"results\":[{\"parameter_name\":\"facere\",\"value\":\"magnam\",\"unit\":\"minima\",\"reference_range\":\"ipsum\",\"is_abnormal\":true,\"notes\":\"sit\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver des demandes labo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-requests\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-requests\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[7]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer des demandes labo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-requests\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-requests\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Lits",
            "description": "\nGestion des lits",
            "item": [
                {
                    "name": "Lister les lits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":83,\"nbre_items\":17,\"filter_value\":\"vz\",\"idroom\":14,\"status\":\"free\",\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un lit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"idroom\":20,\"price\":90,\"name\":\"elyrgdzqbztvuj\",\"type\":\"xvxtohdirrygjc\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher un lit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds\/:bed_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds\/:bed_id",
                            "variable": [
                                {
                                    "id": "bed_id",
                                    "key": "bed_id",
                                    "value": "1",
                                    "description": "The ID of the bed."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/beds\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un lit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds\/:bed_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds\/:bed_id",
                            "variable": [
                                {
                                    "id": "bed_id",
                                    "key": "bed_id",
                                    "value": "1",
                                    "description": "The ID of the bed."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"idroom\":10,\"price\":42,\"name\":\"eonbehbhbqbymywrbjr\",\"type\":\"yfshxtahfqyyhbvrmhkvn\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs lits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[20]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs lits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[4]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suppression d\u00e9finitive",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/beds\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/beds\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[14]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "M\u00e9dicaments",
            "description": "\nGestion des m\u00e9dicaments",
            "item": [
                {
                    "name": "Lister les m\u00e9dicaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":64,\"nbre_items\":19,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"filter_value\":\"nxtzmjcdfkwhw\",\"name\":\"b\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajout d'un m\u00e9dicament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"ssrwllnelq\",\"description\":\"Accusantium est modi similique est qui quasi quis doloremque.\",\"photo\":\"soluta\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher un m\u00e9dicament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications\/:medication_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications\/:medication_id",
                            "variable": [
                                {
                                    "id": "medication_id",
                                    "key": "medication_id",
                                    "value": "1",
                                    "description": "The ID of the medication."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medications\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un m\u00e9dicament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications\/:medication_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications\/:medication_id",
                            "variable": [
                                {
                                    "id": "medication_id",
                                    "key": "medication_id",
                                    "value": "1",
                                    "description": "The ID of the medication."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"ufsofjsemx\",\"description\":\"Exercitationem labore sint velit fuga rerum reprehenderit.\",\"photo\":\"cupiditate\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs m\u00e9dicaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs m\u00e9dicaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[7]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Notes de frais \/ Expense Reports",
            "description": "\nGestion des notes de frais",
            "item": [
                {
                    "name": "Afficher les notes de frais",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"paid\",\"date\":\"2026-05-18\",\"page_items\":87,\"nbre_items\":16,\"filter_value\":\"wrhjfhnvevaharsssa\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une note de frais sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "deserunt",
                                    "description": "The ID of the expense 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": 404,
                            "body": "{\n    \"message\": \"The route api\/expense-reports\/deserunt could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er une note de frais",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"odio\",\"amount\":49,\"description\":\"Reiciendis qui aliquid nobis.\",\"date\":\"2026-05-18\",\"status\":\"pending_approval\",\"idUserApprove\":14}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Mettre \u00e0 jour une note de frais",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sint",
                                    "description": "The ID of the expense report."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"sed\",\"amount\":42,\"description\":\"Est incidunt voluptate fuga ipsam magnam.\",\"date\":\"2026-05-18\",\"status\":\"paid\",\"idUserApprove\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver (soft delete) les notes de frais.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer les notes de frais archiv\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[16]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Supprimer d\u00e9finitivement les notes de frais sp\u00e9cifi\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-reports\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-reports\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[16]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Nourritures",
            "description": "\nGestion des nourritures",
            "item": [
                {
                    "name": "Lister les nourritures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/foods\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/foods\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":25,\"nbre_items\":9,\"filter_value\":\"eiarwttplqoaibuwtmxk\",\"trashed\":false,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"name\":\"ninlomg\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une nourriture",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/foods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/foods"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"gx\",\"description\":\"Cumque distinctio eos sint molestias labore perspiciatis.\",\"potassium_mg\":\"hepclqxvlgi\",\"sodium_mg\":\"my\",\"phosphorus_mg\":\"rrpq\",\"photo\":\"vzlrjbodahsnzdi\",\"food_alternatives\":[{\"alternative_id\":3,\"reason\":\"k\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une nourriture",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/foods\/:food_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/foods\/:food_id",
                            "variable": [
                                {
                                    "id": "food_id",
                                    "key": "food_id",
                                    "value": "6",
                                    "description": "The ID of the food."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/foods\/6 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une nourriture",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/foods\/:food_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/foods\/:food_id",
                            "variable": [
                                {
                                    "id": "food_id",
                                    "key": "food_id",
                                    "value": "13",
                                    "description": "The ID of the food."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"qdkxlcepg\",\"description\":\"Ea tempore fugit ex est eius quas.\",\"potassium_mg\":\"dxzvzezrvg\",\"sodium_mg\":\"hmbvnspawtodzrkchiqskjky\",\"phosphorus_mg\":\"jjntdfemirdclfkm\",\"photo\":\"mooibioku\",\"food_alternatives\":[{\"alternative_id\":8,\"reason\":\"dptsuacsizbhfztxtmxgvoi\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs nourritures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/foods\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/foods\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs nourritures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/foods\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/foods\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Packs d'examens de laboratoire",
            "description": "\nGestion des packs d'examens de laboratoire",
            "item": [
                {
                    "name": "POST api\/lab-exam-packs\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":29,\"nbre_items\":18,\"filter_value\":\"fnmlezyjvrwgqmqgcyajrc\",\"is_active\":false,\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/lab-exam-packs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"bffnhtyqo\",\"description\":\"Ea eaque laborum quia qui et et non.\",\"price\":58,\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lab-exam-packs\/{labExamPack_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs\/:labExamPack_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs\/:labExamPack_id",
                            "variable": [
                                {
                                    "id": "labExamPack_id",
                                    "key": "labExamPack_id",
                                    "value": "1",
                                    "description": "The ID of the labExamPack."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/lab-exam-packs\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/lab-exam-packs\/{labExamPack_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs\/:labExamPack_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs\/:labExamPack_id",
                            "variable": [
                                {
                                    "id": "labExamPack_id",
                                    "key": "labExamPack_id",
                                    "value": "1",
                                    "description": "The ID of the labExamPack."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"bajbqxtleqldidt\",\"description\":\"Quasi numquam excepturi impedit qui est est mollitia.\",\"price\":52,\"is_active\":false,\"exam_ids\":[13]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/lab-exam-packs\/{labExamPack_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs\/:labExamPack_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs\/:labExamPack_id",
                            "variable": [
                                {
                                    "id": "labExamPack_id",
                                    "key": "labExamPack_id",
                                    "value": "1",
                                    "description": "The ID of the labExamPack."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/lab-exam-packs\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[16]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/lab-exam-packs\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lab-exam-packs\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lab-exam-packs\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Page M\u00e9dicale",
            "description": "\nGestion de pages d'un carnet m\u00e9dical",
            "item": [
                {
                    "name": "Lister les pagse de carnets m\u00e9dicaux",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-pages\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-pages\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":29,\"nbre_items\":4,\"filter_value\":\"dohvtjrveickpvjgkx\",\"doctor_id\":14,\"medical_book_id\":16,\"department_id\":20,\"patient_id\":19,\"consultation_date\":\"2026-05-18\",\"status\":\"completed\",\"start_date\":\"2026-05-18T11:12:12\",\"end_date\":\"2026-05-18T11:12:12\",\"trashed\":false,\"consultation_type\":\"emergency\",\"disease_history\":\"voluptatum\",\"current_treatments\":\"et\",\"family_history\":\"quis\",\"blood_pressure\":\"ipsum\",\"heart_rate\":9,\"respiratory_rate\":1,\"temperature_c\":268930.82,\"spo2\":9,\"blood_glucose\":37372,\"weight_kg\":65223.032,\"height_cm\":312512999.99,\"bmi\":4,\"pain_score\":14,\"general_condition\":\"altered\",\"general_condition_notes\":\"sit\",\"physical_examination\":\"ut\",\"hypothesis\":\"non\",\"icd10_code\":\"eos\",\"severity\":\"mild\",\"discharge_decision\":\"home\",\"next_appointment\":\"2026-05-18\",\"additionnal_notes\":\"saepe\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une page de carnet m\u00e9dical",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-pages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-pages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"medical_book_id\":13,\"department_id\":8,\"doctor_id\":19,\"consultation_date\":\"2026-05-18\",\"reason_for_visit\":\"dolore\",\"clinical_notes\":\"voluptatibus\",\"diagnosis\":\"iure\",\"free_notes\":\"ullam\",\"status\":\"cancelled\",\"consultation_type\":\"follow_up\",\"disease_history\":\"voluptatibus\",\"current_treatments\":\"nesciunt\",\"family_history\":\"ex\",\"blood_pressure\":\"dolorum\",\"heart_rate\":19,\"respiratory_rate\":7,\"temperature_c\":661512.2732758,\"spo2\":16,\"blood_glucose\":245.592646952,\"weight_kg\":52.700114,\"height_cm\":65.531,\"bmi\":1995327.8,\"pain_score\":1,\"general_condition\":\"critical\",\"general_condition_notes\":\"facilis\",\"physical_examination\":\"itaque\",\"hypothesis\":\"ducimus\",\"icd10_code\":\"eveniet\",\"severity\":\"critical\",\"discharge_decision\":\"hospitalized\",\"next_appointment\":\"2026-05-18\",\"additionnal_notes\":\"odit\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'une page de carnet m\u00e9dical",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-pages\/:medical_page",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-pages\/:medical_page",
                            "variable": [
                                {
                                    "id": "medical_page",
                                    "key": "medical_page",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medical-pages\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une page de carnet m\u00e9dical",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-pages\/:medical_page",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-pages\/:medical_page",
                            "variable": [
                                {
                                    "id": "medical_page",
                                    "key": "medical_page",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"medical_book_id\":1,\"department_id\":14,\"doctor_id\":12,\"consultation_date\":\"2026-05-18\",\"reason_for_visit\":\"dicta\",\"clinical_notes\":\"velit\",\"diagnosis\":\"sunt\",\"free_notes\":\"qui\",\"recommendations\":\"ut\",\"status\":\"pending\",\"consultation_type\":\"emergency\",\"disease_history\":\"itaque\",\"current_treatments\":\"at\",\"family_history\":\"animi\",\"blood_pressure\":\"toxfwvxqhk\",\"heart_rate\":15,\"respiratory_rate\":19,\"temperature_c\":0.32102,\"spo2\":14,\"blood_glucose\":54.59219382,\"weight_kg\":9112.4,\"height_cm\":99821.58634019,\"bmi\":3753395.9479,\"pain_score\":6,\"general_condition\":\"critical\",\"general_condition_notes\":\"et\",\"physical_examination\":\"aut\",\"hypothesis\":\"voluptas\",\"icd10_code\":\"in\",\"severity\":\"mild\",\"discharge_decision\":\"home\",\"next_appointment\":\"2026-05-18\",\"additionnal_notes\":\"et\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs medical_pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-pages\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-pages\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs medical_pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medical-pages\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medical-pages\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Permissions",
            "description": "\nGestion des permissions",
            "item": [
                {
                    "name": "Afficher la liste des permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":72,\"nbre_items\":15,\"filter_value\":\"asperiores\",\"ressource\":\"voluptas\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"permissions\":[{\"name\":\"exercitationem\",\"description\":\"Earum recusandae et est illo.\",\"ressource\":\"beatae\",\"code\":\"qui\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une permission sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:permission",
                            "variable": [
                                {
                                    "id": "permission",
                                    "key": "permission",
                                    "value": "maiores",
                                    "description": "The permission."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/permissions\/maiores could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mettre a jour une permission sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:permission",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:permission",
                            "variable": [
                                {
                                    "id": "permission",
                                    "key": "permission",
                                    "value": "nisi",
                                    "description": "The permission."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"nobis\",\"permissions\":[{\"description\":\"Debitis nihil fugiat ea eius asperiores et.\",\"ressource\":\"libero\",\"code\":\"praesentium\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Pharmacie \u2014 Lots & Stock",
            "description": "",
            "item": [
                {
                    "name": "POST api\/medication-batches\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-batches\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-batches\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":25,\"nbre_items\":9,\"filter_value\":\"uadbvouzpunqlnkhnpteoyf\",\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"medication_id\":17,\"expiry_alert\":true,\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-batches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-batches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-batches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"medication_id\":1,\"batch_number\":\"cyqsvtmpkzpyffkvggp\",\"expiry_date\":\"2026-05-18\",\"quantity_in\":65,\"purchase_price\":1,\"supplier\":\"lw\",\"received_date\":\"2026-05-18\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/medication-batches\/{medication_batch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-batches\/:medication_batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-batches\/:medication_batch",
                            "variable": [
                                {
                                    "id": "medication_batch",
                                    "key": "medication_batch",
                                    "value": "16",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medication-batches\/16 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/medication-batches\/{medication_batch}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-batches\/:medication_batch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-batches\/:medication_batch",
                            "variable": [
                                {
                                    "id": "medication_batch",
                                    "key": "medication_batch",
                                    "value": "3",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"batch_number\":\"eovumbdivu\",\"expiry_date\":\"2026-05-18\",\"quantity_in\":32,\"purchase_price\":87,\"supplier\":\"yhclrpmppoxd\",\"received_date\":\"2026-05-18\",\"expiry_alert\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-batches\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-batches\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-batches\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[10]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/medication-batches\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-batches\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-batches\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Planification des soins",
            "description": "\nGestion des plannings de soins infirmiers",
            "item": [
                {
                    "name": "Lister les plannings de soins",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":16,\"nbre_items\":8,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"filter_value\":\"pyulmhlvjoxvexsr\",\"is_active\":true,\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajout d'un planning de soin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":\"sed\",\"admission_id\":13,\"medical_page_id\":\"voluptatem\",\"nursing_act_catalog_id\":\"at\",\"act_name\":\"mqtlmobmanjsqzukfjdaw\",\"dosage\":\"yyldzldpzcgqykqrnmpkroxah\",\"scheduled_time\":\"11:12\",\"frequency\":\"iuwxds\",\"frequence_number\":5579516.7983,\"start_date\":\"2026-05-18T11:12:12\",\"end_date\":\"2026-05-18T11:12:12\",\"is_active\":true,\"notes\":\"cum\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher un planning de soin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules\/:care_schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules\/:care_schedule",
                            "variable": [
                                {
                                    "id": "care_schedule",
                                    "key": "care_schedule",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/care-schedules\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un planning de soin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules\/:care_schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules\/:care_schedule",
                            "variable": [
                                {
                                    "id": "care_schedule",
                                    "key": "care_schedule",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"admission_id\":6,\"act_name\":\"ximdpeqtxwd\",\"dosage\":\"kwqj\",\"scheduled_time\":\"11:12\",\"frequency\":\"vtf\",\"frequence_number\":23244,\"start_date\":\"2026-05-18T11:12:12\",\"end_date\":\"2099-03-05\",\"is_active\":true,\"notes\":\"at\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs plannings de soins",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[14]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs plannings de soins",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[14]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suppression d\u00e9finitive",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/care-schedules\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/care-schedules\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[14]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Prescriptions",
            "description": "\nGestion des prescriptions",
            "item": [
                {
                    "name": "Lister les prescriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prescriptions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prescriptions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":14,\"nbre_items\":14,\"filter_value\":\"jzhjgweqksd\",\"patient_id\":11,\"medical_page_id\":18,\"status\":\"cancelled\",\"start_date\":\"2026-05-18T11:12:12\",\"end_date\":\"2026-05-18T11:12:12\",\"trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une prescription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prescriptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prescriptions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":14,\"medical_page_id\":17,\"start_date\":\"2026-05-18\",\"end_date\":\"2029-02-07\",\"frequency\":\"aliquid\",\"dosage\":\"deleniti\",\"description\":\"Earum et est sunt necessitatibus.\",\"status\":\"pending\",\"medications\":[{\"medication_id\":18,\"dosage\":52,\"frequency\":\"distinctio\",\"description\":\"Ipsa sint eos veniam totam.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'une prescription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prescriptions\/:prescription_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prescriptions\/:prescription_id",
                            "variable": [
                                {
                                    "id": "prescription_id",
                                    "key": "prescription_id",
                                    "value": "3",
                                    "description": "The ID of the prescription."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/prescriptions\/3 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une prescription",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prescriptions\/:prescription_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prescriptions\/:prescription_id",
                            "variable": [
                                {
                                    "id": "prescription_id",
                                    "key": "prescription_id",
                                    "value": "3",
                                    "description": "The ID of the prescription."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":5,\"medical_page_id\":18,\"start_date\":\"2026-05-18\",\"end_date\":\"2053-04-11\",\"frequency\":\"magni\",\"dosage\":\"ut\",\"description\":\"Nesciunt adipisci debitis quod consequuntur sint.\",\"status\":\"pending\",\"medications\":[{\"medication_id\":17,\"dosage\":21,\"frequency\":\"molestiae\",\"description\":\"Quia non qui odit aut.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs prescriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prescriptions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prescriptions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs prescriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prescriptions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prescriptions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Prescriptions m\u00e9dicamenteuses",
            "description": "\nGestion des prescriptions m\u00e9dicamenteuses",
            "item": [
                {
                    "name": "Lister les prescriptions m\u00e9dicamenteuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":38,\"nbre_items\":45,\"filter_value\":\"aut\",\"prescription_id\":20,\"medication_id\":15,\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajout d'une prescription m\u00e9dicamenteuse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"medication_id\":\"nulla\",\"prescription_id\":\"consectetur\",\"frequency\":\"dvktpqterwzkmqfhxlgtp\",\"frequence_number\":110774.403614,\"scheduled_time\":\"11:12\",\"dosage\":\"ahrxvqmkarwwygdl\",\"duration_days\":47,\"description\":\"Dolores laboriosam aut et quidem eum sed facere.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une prescription m\u00e9dicamenteuse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions\/:medication_prescription",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions\/:medication_prescription",
                            "variable": [
                                {
                                    "id": "medication_prescription",
                                    "key": "medication_prescription",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medication-prescriptions\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une prescription m\u00e9dicamenteuse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions\/:medication_prescription",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions\/:medication_prescription",
                            "variable": [
                                {
                                    "id": "medication_prescription",
                                    "key": "medication_prescription",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"frequency\":\"yfwblocrm\",\"frequence_number\":657966601.7653027,\"scheduled_time\":\"11:12\",\"dosage\":\"t\",\"duration_days\":1,\"description\":\"Ducimus id velit sit fugit aut ratione doloribus aliquid.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs prescriptions m\u00e9dicamenteuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs prescriptions m\u00e9dicamenteuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[8]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Suppression d\u00e9finitive",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medication-prescriptions\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medication-prescriptions\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[5]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Prises de M\u00e9dicaments",
            "description": "\nGestion des prises de m\u00e9dicaments",
            "item": [
                {
                    "name": "Lister les prises de m\u00e9dicaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications-intakes\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications-intakes\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":23,\"nbre_items\":16,\"filter_value\":\"fq\",\"trashed\":false,\"prescription_id\":14,\"medication_id\":9,\"start_date\":\"2026-05-18\",\"end_date\":\"2104-09-25\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une prise de m\u00e9dicament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications-intakes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications-intakes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"prescription_id\":10,\"medication_id\":7,\"is_taken\":true,\"date_time\":\"2026-05-18 11:12\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une prise de m\u00e9dicament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications-intakes\/:medication_intake",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications-intakes\/:medication_intake",
                            "variable": [
                                {
                                    "id": "medication_intake",
                                    "key": "medication_intake",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/medications-intakes\/15 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une prise de m\u00e9dicament",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications-intakes\/:medication_intake",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications-intakes\/:medication_intake",
                            "variable": [
                                {
                                    "id": "medication_intake",
                                    "key": "medication_intake",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"prescription_id\":3,\"medication_id\":4,\"is_taken\":false,\"date_time\":\"2026-05-18 11:12\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs prises de m\u00e9dicaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications-intakes\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications-intakes\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[8]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs prises de m\u00e9dicaments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/medications-intakes\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/medications-intakes\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Rapports journalier \/ Daily reports",
            "description": "\nGestion des rapports journaliers",
            "item": [
                {
                    "name": "Afficher la liste des rapports journaliers filtr\u00e9s.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pageItems\":9,\"nbreItems\":57,\"idUser\":5,\"date\":\"2026-05-18T11:12:13\",\"date_start\":\"2026-05-18T11:12:13\",\"date_end\":\"2047-07-28\",\"filter_value\":\"qcsuvcjox\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter un nouveau rapport journalier.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":9,\"name\":\"ypgmiagzuqmozvenspibicgz\",\"date\":\"2026-05-18T11:12:13\",\"description\":\"Nam sint et et voluptatibus similique veniam.\",\"comments\":\"est\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher un rapport journalier sp\u00e9cifique.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports\/:daily_report_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports\/:daily_report_id",
                            "variable": [
                                {
                                    "id": "daily_report_id",
                                    "key": "daily_report_id",
                                    "value": "15",
                                    "description": "The ID of the daily 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": 404,
                            "body": "{\n    \"message\": \"The route api\/daily-reports\/15 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports\/:daily_report_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports\/:daily_report_id",
                            "variable": [
                                {
                                    "id": "daily_report_id",
                                    "key": "daily_report_id",
                                    "value": "6",
                                    "description": "The ID of the daily report."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":7,\"name\":\"zpypxodaws\",\"date\":\"2026-05-18T11:12:13\",\"description\":\"Culpa cupiditate fugiat consequatur enim fuga.\",\"comments\":\"est\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archivage multiple des rapports journaliers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restauration multiple des rapports journaliers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction de suppression d\u00e9finitive multiple des rapports journaliers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/daily-reports\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/daily-reports\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[1]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Recettes",
            "description": "\nGestion des recettes",
            "item": [
                {
                    "name": "Lister les recettes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/recipes\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/recipes\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":73,\"nbre_items\":16,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"filter_value\":\"wtygtnymbchbwqhj\",\"is_low_potassium\":false,\"is_low_sodium\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une recette",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/recipes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/recipes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"ipsum\",\"description\":\"Nesciunt porro eaque qui numquam qui autem reprehenderit.\",\"instructions\":\"nostrum\",\"preparation_time\":9,\"servings\":14,\"is_low_potassium\":true,\"is_low_sodium\":true,\"calories\":19,\"sodium_mg\":1,\"potassium_mg\":19,\"photo\":\"vel\",\"foods\":[{\"food_id\":15,\"quantity\":\"blanditiis\",\"description\":\"Odit ullam ullam error et.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher les infos d'une recette",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/recipes\/:recipe_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/recipes\/:recipe_id",
                            "variable": [
                                {
                                    "id": "recipe_id",
                                    "key": "recipe_id",
                                    "value": "16",
                                    "description": "The ID of the recipe."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/recipes\/16 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une recette",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/recipes\/:recipe_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/recipes\/:recipe_id",
                            "variable": [
                                {
                                    "id": "recipe_id",
                                    "key": "recipe_id",
                                    "value": "4",
                                    "description": "The ID of the recipe."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"blanditiis\",\"description\":\"Incidunt dolorum et perferendis sint.\",\"instructions\":\"at\",\"preparation_time\":\"sapiente\",\"servings\":\"excepturi\",\"is_low_potassium\":false,\"is_low_sodium\":false,\"calories\":\"modi\",\"sodium_mg\":\"minus\",\"potassium_mg\":\"pariatur\",\"photo\":\"quo\",\"foods\":[{\"food_id\":5,\"quantity\":\"qui\",\"description\":\"Et qui reiciendis sint et.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs recettes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/recipes\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/recipes\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs recettes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/recipes\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/recipes\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[7]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Retenue sur salaire \/ Salary deduction",
            "description": "\nGestion des retenus sur salaire",
            "item": [
                {
                    "name": "Afficher la liste filtr\u00e9e des retenues sur salaire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salary-deductions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salary-deductions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":10,\"user_approve_id\":20,\"date\":\"2026-05-18\",\"status\":\"rejected\",\"page_items\":30,\"trashed\":true,\"nbre_items\":14,\"filter_value\":\"agqjsrfj\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show the form for creating a new resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salary-deductions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salary-deductions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"salary_deductions\":[{\"user_id\":14,\"user_approve_id\":15,\"reason\":\"quidem\",\"amount\":49,\"date\":\"2026-05-18\",\"status\":\"in_progress\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une retenue sur salaire sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salary-deductions\/:salary_deduction",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salary-deductions\/:salary_deduction",
                            "variable": [
                                {
                                    "id": "salary_deduction",
                                    "key": "salary_deduction",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/salary-deductions\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mettre \u00e0 jour une retenue sur salaire sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salary-deductions\/:salary_deduction",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salary-deductions\/:salary_deduction",
                            "variable": [
                                {
                                    "id": "salary_deduction",
                                    "key": "salary_deduction",
                                    "value": "13",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":12,\"user_approve_id\":17,\"reason\":\"eaque\",\"amount\":56,\"date\":\"2026-05-18\",\"status\":\"rejected\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver (soft delete) les retenues sur salaire sp\u00e9cifi\u00e9es.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salary-deductions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salary-deductions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[12]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer les feedbacks archiv\u00e9s.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/salary-deductions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/salary-deductions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "R\u00f4les",
            "description": "\nGestion des r\u00f4les",
            "item": [
                {
                    "name": "Lister les roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":28,\"nbre_items\":17,\"filter_value\":\"illum\",\"types\":[\"rerum\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une liste de role",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"ut\",\"permissions\":[17],\"description\":\"Unde nesciunt architecto maiores.\",\"type\":\"culpa\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher un role sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/roles\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier ou un role sp\u00e9cifique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"voluptas\",\"permissions\":[18],\"description\":\"Optio recusandae commodi impedit dolor dolores inventore blanditiis.\",\"type\":\"qui\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Sanctions",
            "description": "\nGestion des sanctions utilisateurs",
            "item": [
                {
                    "name": "List sanctions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":7,\"nbre_items\":10,\"filter_value\":\"doloremque\",\"trashed\":true,\"user_id\":2,\"type\":\"rem\",\"created_by\":2}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Show sanction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions\/:sanction_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions\/:sanction_id",
                            "variable": [
                                {
                                    "id": "sanction_id",
                                    "key": "sanction_id",
                                    "value": "2",
                                    "description": "The ID of the sanction."
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/sanctions\/2 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create sanctions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"sanctions\":[{\"user_id\":4,\"type\":\"alias\",\"reasons\":\"dolorem\",\"description\":\"Aut officiis facilis nobis voluptates magni.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update sanction",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions\/:sanction_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions\/:sanction_id",
                            "variable": [
                                {
                                    "id": "sanction_id",
                                    "key": "sanction_id",
                                    "value": "2",
                                    "description": "The ID of the sanction."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":5,\"type\":\"iusto\",\"reasons\":\"modi\",\"description\":\"Quo aut eum labore quos.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Destroy permanently",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sanctions\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sanctions\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Soins Infirmiers",
            "description": "\nGestion des actes infirmiers MS-Care",
            "item": [
                {
                    "name": "POST api\/nursing-acts\/all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-acts\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-acts\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":68,\"nbre_items\":20,\"filter_value\":\"qleuzkgxmsbupblhqnjxxg\",\"patient_id\":14,\"nurse_id\":5,\"medical_page_id\":17,\"act_type\":\"enim\",\"external_prescription_ref\":\"non\",\"nursing_act_origin\":\"id\",\"date_from\":\"2026-05-18\",\"date_to\":\"2026-05-18\",\"trashed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/nursing-acts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-acts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-acts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":20,\"nurse_id\":19,\"medical_page_id\":7,\"nursing_act_catalog_id\":9,\"patient_check_up_id\":8,\"act_name\":\"iqgdtjdeuoeaa\",\"act_type\":\"dolorum\",\"reason\":\"dolorum\",\"acts_performed\":\"voluptas\",\"patient_evolution\":\"totam\",\"observations\":\"et\",\"incidents\":\"sed\",\"external_prescription_ref\":\"provident\",\"nursing_act_origin\":\"provident\",\"price\":73,\"date\":\"2026-05-18T11:12:13\",\"hour\":\"11:12\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/nursing-acts\/{nursing_act}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-acts\/:nursing_act",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-acts\/:nursing_act",
                            "variable": [
                                {
                                    "id": "nursing_act",
                                    "key": "nursing_act",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/nursing-acts\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/nursing-acts\/{nursing_act}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-acts\/:nursing_act",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-acts\/:nursing_act",
                            "variable": [
                                {
                                    "id": "nursing_act",
                                    "key": "nursing_act",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":2,\"nurse_id\":17,\"medical_page_id\":14,\"nursing_act_catalog_id\":9,\"patient_check_up_id\":17,\"act_name\":\"cbjurzar\",\"act_type\":\"nostrum\",\"reason\":\"repellat\",\"acts_performed\":\"dolores\",\"patient_evolution\":\"est\",\"observations\":\"odio\",\"incidents\":\"accusantium\",\"external_prescription_ref\":\"qui\",\"nursing_act_origin\":\"mollitia\",\"price\":66,\"date\":\"2026-05-18T11:12:13\",\"hour\":\"11:12\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/nursing-acts\/trash",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-acts\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-acts\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/nursing-acts\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/nursing-acts\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/nursing-acts\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "S\u00e9ances de dialyse",
            "description": "\nGestion des s\u00e9ances de dialyse",
            "item": [
                {
                    "name": "Lister les s\u00e9ances de dialyse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dialysis-sessions\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dialysis-sessions\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"page_items\":19,\"nbre_items\":19,\"filter_value\":\"ijzlzioddcnilvcsuctaed\",\"trashed\":false,\"patient_id\":1,\"doctor_id\":10,\"start_date\":\"2026-05-18\",\"end_date\":\"2091-08-19\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Ajouter une s\u00e9ance de dialyse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dialysis-sessions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dialysis-sessions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":9,\"doctor_id\":12,\"session_start\":\"ut\",\"session_end\":\"eos\",\"weight_before\":\"quae\",\"weight_after\":\"rerum\",\"fluid_removed\":\"aperiam\",\"blood_pressure_post\":\"consequuntur\",\"side_effects\":\"sed\",\"description\":\"Possimus quidem voluptatem et repudiandae et a sit placeat.\",\"observation\":\"sed\",\"status\":\"cancelled\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Afficher une s\u00e9ance de dialyse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dialysis-sessions\/:dialysis_session",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dialysis-sessions\/:dialysis_session",
                            "variable": [
                                {
                                    "id": "dialysis_session",
                                    "key": "dialysis_session",
                                    "value": "15",
                                    "description": ""
                                }
                            ]
                        },
                        "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": 404,
                            "body": "{\n    \"message\": \"The route api\/dialysis-sessions\/15 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une s\u00e9ance de dialyse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dialysis-sessions\/:dialysis_session",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dialysis-sessions\/:dialysis_session",
                            "variable": [
                                {
                                    "id": "dialysis_session",
                                    "key": "dialysis_session",
                                    "value": "7",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":18,\"doctor_id\":18,\"session_start\":\"soluta\",\"session_end\":\"vel\",\"blood_pressure_post\":\"similique\",\"side_effects\":\"unde\",\"status\":\"done\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Archiver plusieurs s\u00e9ances de dialyse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dialysis-sessions\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dialysis-sessions\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Restaurer plusieurs s\u00e9ances de dialyse",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dialysis-sessions\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dialysis-sessions\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[19]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Upload de fichier",
            "description": "\nGestion des uploads de fichiers",
            "item": [
                {
                    "name": "Upload d'un fichier",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/upload-photo",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/upload-photo"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"photo\":\"hnedauxtausonpjjmrfoihn\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Utilisateurs",
            "description": "\nGestion des utilisateurs",
            "item": [
                {
                    "name": "Fonction qui permet de recuperer la liste des utilisateurs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":10,\"page_items\":65,\"nbre_items\":4,\"filter_value\":\"cupiditate\",\"in_order_name\":false,\"start_date\":\"2026-05-18\",\"end_date\":\"2026-05-18\",\"health_center_id\":6,\"department_id\":4,\"coverage_type\":\"complementary\",\"marital_status\":\"widowed\",\"is_patient\":false,\"insurance_name\":\"sunt\",\"company_name\":\"qui\",\"role_types\":[\"eligendi\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction qui permet d'ajouter un utilisateur sans passer par la verification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"username\":\"kezn\",\"firstname\":\"lleoldus\",\"lastname\":\"zptu\",\"gender\":\"male\",\"birthday\":\"2026-05-18T11:12:12\",\"birth_place\":\"idjakawcbpedsetabgwfthdom\",\"marital_status\":\"married\",\"nationality\":\"ikiobdorhkljyr\",\"nui\":\"bmszfrt\",\"niss\":\"rnrgxqdaqrsw\",\"email\":\"abernathy.lottie@example.net\",\"phone\":\"sn\",\"phone2\":\"oevsoz\",\"city\":\"khqzzfptmonabcrc\",\"address\":\"tho\",\"country\":\"zpmrcmksouvgqqcfwqgo\",\"profession\":\"yseefs\",\"preferred_payment_mode\":\"cwcpdvawnadzko\",\"password\":\"!e<moo\",\"photo\":\"ab\",\"specialty\":\"fivcvxocuaealcjiwzrfvdw\",\"license_number\":\"mduphqamhhmiranm\",\"years_of_experience\":33,\"work_schedule\":\"nuinsjrzdeipknnxumlrgpgy\",\"role_id\":8,\"health_center_id\":14,\"department_id\":15,\"mutuality_number\":\"qodms\",\"coverage_type\":\"none\",\"guardian_name\":\"pcissx\",\"guardian_contact\":\"dfmj\",\"guardian_relation\":\"ultyjcndwdctbi\",\"insurance_name\":\"ipslirnbixejmwocwp\",\"insurance_number\":\"aspdz\",\"company_name\":\"jsbqdnzztpyoambewfmcgfwi\",\"is_patient\":false,\"reference\":\"qvlmefemprrpftbldsmimoohj\",\"cni\":\"ixvgvhcwvdc\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cette route permet d'afficher les informations d'un utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id",
                            "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": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"The route api\/users\/1 could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Changer un mot de passe",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/update-password\/:user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/update-password\/:user",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"?tp~9@ag\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction permettant de mettre \u00e0 jour les informations d'un utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user",
                            "variable": [
                                {
                                    "id": "user",
                                    "key": "user",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"firstname\":\"vnwbwchkljiwciexlgzqwx\",\"lastname\":\"dhsojuumxzmr\",\"gender\":\"female\",\"birthday\":\"2026-05-18T11:12:12\",\"birth_place\":\"psapwxtwr\",\"marital_status\":\"divorced\",\"nationality\":\"cxsmhehlramfrfdoh\",\"nui\":\"wsvpziuhirldcib\",\"niss\":\"tnymnxiiggjuotrjsddffyp\",\"connexion_type\":\"phone\",\"email\":\"okihn@example.org\",\"phone\":\"ojqywscokwkpzr\",\"phone2\":\"qvvrkzye\",\"city\":\"wlsmfmvtxhee\",\"address\":\"mpmxghfxp\",\"country\":\"uayrjabsuztbzugtpyvnhcnb\",\"password\":\"7?1v4KhPnLt2u+\\\"yaaLn\",\"photo\":\"facilis\",\"specialty\":\"bcnqqlfsqgduvxyfdogyqjya\",\"license_number\":\"yewjx\",\"years_of_experience\":43,\"work_schedule\":\"uouwxdtjyc\",\"role_id\":11,\"health_center_id\":11,\"department_id\":6,\"mutuality_number\":\"kytwdptojiwk\",\"coverage_type\":\"none\",\"guardian_name\":\"dnqaaqweqvrnclwgynv\",\"guardian_contact\":\"tiglrhzdiprjvdgeahf\",\"guardian_relation\":\"bwuos\",\"insurance_name\":\"rrnmwnrraxmoiapmy\",\"insurance_number\":\"wqpwkzyaezzbomsreupovqgyo\",\"company_name\":\"ypsslcvpvkzkwrrxh\",\"is_patient\":true,\"reference\":\"bo\",\"cni\":\"xvggacreto\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction pour le multiple archivage des utilisateurs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/trash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/trash"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_ids\":[3]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction de restauration multiples d'utilisateurs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_ids\":[11]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Fonction de suppression d\u00e9finitive multiple d'utilisateurs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/destroy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/destroy"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_ids\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}