{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.services4aged.com"
        }
    ],
    "info": {
        "name": "Service for age Api",
        "_postman_id": "a2ece67b-dbaa-457e-abd6-fdfba5e02fb6",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Paiement Module",
            "description": "",
            "item": [
                {
                    "name": "Get transaction status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/payment\/getTransactionStatus\/:reference",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/payment\/getTransactionStatus\/:reference",
                            "variable": [
                                {
                                    "id": "reference",
                                    "key": "reference",
                                    "value": "doloribus",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Payment Visa\/MasterCard",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stripe-checkout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stripe-checkout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"customer_email\":\"raleigh.mueller@example.net\",\"product_name\":\"zjyggiauomskqbybtp\",\"total_amount\":\"atque\",\"currency\":\"eur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Payment OM\/MOMO",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/checkout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/checkout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":\"5000\",\"from\":\"237693468041\",\"description\":\"Payment de la facture No-YH789\",\"external_reference\":\"1\",\"external_user\":\"1\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Withdraw OM\/MOMO",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/withdraw",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/withdraw"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":\"5000\",\"to\":237693468041,\"description\":\"Payment de la facture No-YH789\",\"external_reference\":1}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Generate payment link",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/link-payment-generate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/link-payment-generate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"amount\":\"5000\",\"currency\":\"XAF\",\"description\":\"Payment de la facture No-YH789\",\"external_reference\":\"1\",\"redirect_url\":\"1\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module Prestataire",
            "description": "",
            "item": [
                {
                    "name": "store prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/create-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/create-prestataire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"John\",\"last_name\":\"Doe\",\"phone\":\"696661135\",\"country_residence\":\"Cameroun\",\"city_residence\":\"Yaound\u00e9\",\"date_birth\":\"1996-03-11\",\"accept_term_condition\":true,\"email\":\"nativemind@google.com\",\"password\":\"Admin@1234\",\"password_confirmation\":\"Admin@1234\",\"professional_experience\":\"3 years\",\"shool_level\":\"O level\",\"specific_skill\":\"manager\",\"speciality\":\"3\",\"cni_number\":3216586158,\"category_prestataire_id\":2,\"profession_id\":3,\"payment_method_id\":5}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "show prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-one-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-one-prestataire"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-prestataire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "lang",
                                    "value": "quis",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "accept_term_condition",
                                    "value": false,
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "professional_experience",
                                    "value": "eos",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "specific_skill",
                                    "value": "cum",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "cni_number",
                                    "value": 737796.792560907,
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "category_prestataire_id",
                                    "value": 2433.7,
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "profession_id",
                                    "value": 205386.05,
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module Souscripteur",
            "description": "",
            "item": [
                {
                    "name": "GET api\/get-beneficiary-details\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-beneficiary-details\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-beneficiary-details\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "natus",
                                    "description": "The ID of the get beneficiary detail."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/restrict-souscripteur\/{souscripteur_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/restrict-souscripteur\/:souscripteur_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/restrict-souscripteur\/:souscripteur_id",
                            "variable": [
                                {
                                    "id": "souscripteur_id",
                                    "key": "souscripteur_id",
                                    "value": "blanditiis",
                                    "description": "The ID of the souscripteur."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Creer un souscripteur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/create-soubscripteur",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/create-soubscripteur"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "lang",
                                    "value": "en",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "accept_term_condition",
                                    "value": true,
                                    "type": "text",
                                    "description": "Must be accepted."
                                },
                                {
                                    "key": "email",
                                    "value": "nativemind@google.com",
                                    "type": "text",
                                    "description": "email of user. Must be a valid email address. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "password",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "password of user."
                                },
                                {
                                    "key": "password_confirmation",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "confirm password of user."
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Liste beneficiaire souscripteur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-beneficiary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-beneficiary"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete Beneficiary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/delete-beneficiary\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/delete-beneficiary\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "cumque",
                                    "description": "The ID of the delete beneficiary."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Metre \u00e0 jour un souscripteur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-souscripteur-information",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-souscripteur-information"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "email",
                                    "value": "nativemind@google.com",
                                    "type": "text",
                                    "description": "email of user. Must be a valid email address. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "password",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "password of user."
                                },
                                {
                                    "key": "lang",
                                    "value": "temporibus",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "file_antecedent_medicaux",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove restrict souscripteur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/remove-restriction\/:souscripteur_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/remove-restriction\/:souscripteur_id",
                            "variable": [
                                {
                                    "id": "souscripteur_id",
                                    "key": "souscripteur_id",
                                    "value": "ut",
                                    "description": "The ID of the souscripteur."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module  Partenaire",
            "description": "",
            "item": [
                {
                    "name": "Inscription d'un partenaire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/create-partenaire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/create-partenaire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "lang",
                                    "value": "en",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "accept_term_condition",
                                    "value": true,
                                    "type": "text",
                                    "description": "Must be accepted."
                                },
                                {
                                    "key": "email",
                                    "value": "nativemind@google.com",
                                    "type": "text",
                                    "description": "email of user. Must be a valid email address. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "password",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "password of user."
                                },
                                {
                                    "key": "password_confirmation",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "confirm password of user."
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module  package",
            "description": "",
            "item": [
                {
                    "name": "GET api\/package-details\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/package-details\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/package-details\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "eveniet",
                                    "description": "The ID of the package detail."
                                }
                            ]
                        },
                        "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": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "58"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\"status\":false,\"errors\":[],\"message\":\"Package not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all package",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/list-all-package",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/list-all-package"
                        },
                        "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": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "59"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":true,\"data\":{\"packages\":[{\"id\":1,\"title\":\"Offre De Base\",\"category_prestation_id\":4,\"missions\":\"aide soignante sexy\",\"price\":3000,\"duration\":30,\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":2,\"title\":\"Offre Bonus\",\"category_prestation_id\":1,\"missions\":\"R\\u00e9aliser des courses une fois par semaine. Le co\\u00fbt du panier \\u00e0 la charge du souscripteur\",\"price\":40000,\"duration\":30,\"created_at\":\"2023-09-20T03:58:34.000000Z\",\"updated_at\":\"2023-09-20T03:58:34.000000Z\"},{\"id\":3,\"title\":\"Offre Premium\",\"category_prestation_id\":2,\"missions\":\"Offre de Base\\r\\n Offre S4A3 : Consultation \\u00e0 domicile une fois par mois\\r\\n Offre S4A2 : Hygi\\u00e8ne de vie et soin corporelle une fois par semaine\",\"price\":50000,\"duration\":30,\"created_at\":\"2023-09-20T02:55:20.000000Z\",\"updated_at\":\"2023-09-20T03:58:34.000000Z\"},{\"id\":4,\"title\":\"Offre Platinum\",\"category_prestation_id\":4,\"missions\":\"Offre Platinum\\r\\nOffre de Base\\r\\n Offre S4A3 : Consultation \\u00e0 domicile une fois par mois\\r\\n Offre S4A2 : Hygi\\u00e8ne de vie et soin corporelle une fois par semaine\\r\\n Offre S4A5 : Loisir et vie sociale une fois par semaine\",\"price\":100000,\"duration\":30,\"created_at\":\"2023-09-20T03:58:34.000000Z\",\"updated_at\":\"2023-09-20T02:55:20.000000Z\"}]},\"message\":\"Package charged successfully\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create package",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/create-package",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/create-package"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"Premium\",\"category_prestation_id\":2,\"missions\":\"Guard patient\",\"price\":5000,\"duration\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Module Authentification",
            "description": "",
            "item": [
                {
                    "name": "POST api\/verify-token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/verify-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/verify-token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/logout",
                    "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": "POST api\/login",
                    "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": "{\"email\":\"jrunolfsdottir@example.net\",\"password\":\"N&:lODQ>[9=G\\\/Qe{p\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/forgot-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"heaney.mossie@example.net\",\"device\":\"rerum\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/verify-otp-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/verify-otp-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/verify-otp-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"myrl70@example.com\",\"otp\":\"non\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/reset-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"device\":\"web\",\"email\":\"raegan27@example.org\",\"password\":\"doloribus\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Verify email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/verify-email\/:id\/:hash",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/verify-email\/:id\/:hash",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "in",
                                    "description": "The ID of the verify email."
                                },
                                {
                                    "id": "hash",
                                    "key": "hash",
                                    "value": "cupiditate",
                                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Resend email verification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/email\/resend-verification-notification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/email\/resend-verification-notification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "User management",
            "description": "",
            "item": [
                {
                    "name": "POST api\/check-exist-email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/check-exist-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/check-exist-email"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"hagenes.dandre@example.org\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified User information.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user\/auth",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user\/auth"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the User information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user-update-info",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user-update-info"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change Avatar user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/change-avatar",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/change-avatar"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Verify email with otp code",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/verify-email-with-otp",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/verify-email-with-otp"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module administrateur",
            "description": "",
            "item": [
                {
                    "name": "Liste des prestataires inactif",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-unactived-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-unactived-prestataire"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Activer un prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/active-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/active-prestataire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"prestataire_id\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "D\u00e9sactiver un prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/unactive-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/unactive-prestataire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"prestataire_id\":2}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Liste des prestataires",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-all-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-all-prestataire"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Liste prestation non cloturer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/list-prestation-assigner",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/list-prestation-assigner"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Liste prestation en attente",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/list-prestation-en-attente",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/list-prestation-en-attente"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Assigner prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assign-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assign-prestataire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"prestation_id\":1,\"prestataire_id\":18}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module prestation",
            "description": "",
            "item": [
                {
                    "name": "Confirmed Prestation by admin.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/isConfirmed\/:prestation_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/isConfirmed\/:prestation_id",
                            "variable": [
                                {
                                    "id": "prestation_id",
                                    "key": "prestation_id",
                                    "value": "voluptate",
                                    "description": "The ID of the prestation."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"isConfirmed\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "listing available prestation by prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/isAvailablePrestation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/isAvailablePrestation"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Close Prestation.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/isClosed\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/isClosed\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "occaecati",
                                    "description": "The ID of the isClosed."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"isClosed\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Candidate Prestation.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/isCandidate\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/isCandidate\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "earum",
                                    "description": "The ID of the isCandidate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"isAvailable\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Details prestataire prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/detailsPrestation\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/detailsPrestation\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "totam",
                                    "description": "The ID of the detailsPrestation."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Details prestataire prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/details-patient-rapport\/:id\/:patient_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/details-patient-rapport\/:id\/:patient_id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sed",
                                    "description": "The ID of the details patient rapport."
                                },
                                {
                                    "id": "patient_id",
                                    "key": "patient_id",
                                    "value": "quia",
                                    "description": "The ID of the patient."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Pending prestataire prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/listPendingPrestation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/listPendingPrestation"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Search prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/searchPrestations\/:search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/searchPrestations\/:search",
                            "variable": [
                                {
                                    "id": "search",
                                    "key": "search",
                                    "value": "dolores",
                                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Follow prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/suivi-prestation-by-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/suivi-prestation-by-prestataire"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Available Prestation.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/isAvailable\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/isAvailable\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aut",
                                    "description": "The ID of the isAvailable."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"isAvailable\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Choose Prestation.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/createPrestation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/createPrestation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"beneficiaire_id\":4,\"package_id\":2,\"start_date\":\"01\\\/07\\\/2023\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Listing prestation area nearby",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-area-prestation-nearby",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-area-prestation-nearby"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Prolonger une Prestation.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/prolonger-prestation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/prolonger-prestation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"package_id\":2,\"prestation_id\":2,\"start_date\":\"01\\\/07\\\/2023\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Souscripteur prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/list-prestation-souscripteur",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/list-prestation-souscripteur"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Follow prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/suivi-prestation-by-souscripteur",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/suivi-prestation-by-souscripteur"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Super administrator management",
            "description": "",
            "item": [
                {
                    "name": "Admin lists",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/liste-des-administrateurs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/liste-des-administrateurs"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create admin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/creer-un-administrateur",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/creer-un-administrateur"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "lang",
                                    "value": "en",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "accept_term_condition",
                                    "value": true,
                                    "type": "text",
                                    "description": "Must be accepted."
                                },
                                {
                                    "key": "email",
                                    "value": "nativemind@google.com",
                                    "type": "text",
                                    "description": "email of user. Must be a valid email address. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "password",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "password of user."
                                },
                                {
                                    "key": "password_confirmation",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "confirm password of user."
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update admin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/supprimer-un-administrateur\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/supprimer-un-administrateur\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "neque",
                                    "description": "The ID of the supprimer un administrateur."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"John\",\"last_name\":\"Doe\",\"phone\":\"696661135\",\"country_residence\":\"Cameroun\",\"city_residence\":\"Yaound\u00e9\",\"date_birth\":\"1996-03-11\",\"email\":\"nativemind@google.com\",\"password\":\"Admin@1234\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete admin",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/modifier-un-administrateur\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/modifier-un-administrateur\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "adipisci",
                                    "description": "The ID of the modifier un administrateur."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module Beneficiaire",
            "description": "",
            "item": [
                {
                    "name": "Mise \u00e0 jour information b\u00e9n\u00e9ficiaire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/update-beneficiary-information",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/update-beneficiary-information"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "email",
                                    "value": "nativemind@google.com",
                                    "type": "text",
                                    "description": "email of user. Must be a valid email address. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "password",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "password of user."
                                },
                                {
                                    "key": "lang",
                                    "value": "suscipit",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "file_antecedent_medicaux",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Mise \u00e0 jour information b\u00e9n\u00e9ficiaire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/souscripteur-update-beneficiary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/souscripteur-update-beneficiary"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "John",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "last_name",
                                    "value": "Doe",
                                    "type": "text",
                                    "description": "name of user. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "phone",
                                    "value": "696661135",
                                    "type": "text",
                                    "description": "phone of user. Must not be greater than 14 characters."
                                },
                                {
                                    "key": "country_residence",
                                    "value": "Cameroun",
                                    "type": "text",
                                    "description": "Pays de r\u00e9sidence."
                                },
                                {
                                    "key": "city_residence",
                                    "value": "Yaound\u00e9",
                                    "type": "text",
                                    "description": "Ville de r\u00e9sidence."
                                },
                                {
                                    "key": "date_birth",
                                    "value": "1996-03-11",
                                    "type": "text",
                                    "description": "Date de naissance. Must be a valid date."
                                },
                                {
                                    "key": "email",
                                    "value": "nativemind@google.com",
                                    "type": "text",
                                    "description": "email of user. Must be a valid email address. Must not be greater than 255 characters."
                                },
                                {
                                    "key": "password",
                                    "value": "Admin@1234",
                                    "type": "text",
                                    "description": "password of user."
                                },
                                {
                                    "key": "lang",
                                    "value": "enim",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "photo",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "file_antecedent_medicaux",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Module Note",
            "description": "",
            "item": [
                {
                    "name": "Note prestataire",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/note-prestataire",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/note-prestataire"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"external_id\":2,\"type\":\"prestaire\",\"tag\":\"un commentaire\",\"rate\":6}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Note prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/note-prestation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/note-prestation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"external_id\":2,\"type\":\"prestaire\",\"tag\":\"un commentaire\",\"rate\":6}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/note-exist\/{prestation_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/note-exist\/:prestation_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/note-exist\/:prestation_id",
                            "variable": [
                                {
                                    "id": "prestation_id",
                                    "key": "prestation_id",
                                    "value": "autem",
                                    "description": "The ID of the prestation."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Evenement",
            "description": "",
            "item": [
                {
                    "name": "R\u00e9cup\u00e8re tous les \u00e9v\u00e9nements de l'utilisateur authentifi\u00e9.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events"
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "R\u00e9cup\u00e8re les d\u00e9tails d'un \u00e9v\u00e9nement sp\u00e9cifique.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "mollitia",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9e un nouvel \u00e9v\u00e9nement avec les d\u00e9tails fournis.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"adwu\",\"description\":\"Magni voluptas suscipit eos hic aut.\",\"start_date\":\"2023-10-06T13:45:20\",\"end_date\":\"2049-06-22\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Met \u00e0 jour les d\u00e9tails d'un \u00e9v\u00e9nement sp\u00e9cifique.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "est",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"tkifzv\",\"description\":\"Modi ut voluptas illo neque voluptas pariatur recusandae consequatur.\",\"start_date\":\"2023-10-06T13:45:20\",\"end_date\":\"2038-06-19\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Supprime un \u00e9v\u00e9nement sp\u00e9cifique.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ut",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/payments-methods",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/payments-methods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/payments-methods"
                        },
                        "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": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "57"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":true,\"data\":{\"payments\":[{\"id\":1,\"name\":\"Orange Money\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":2,\"name\":\"Mtn Money\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":3,\"name\":\"Yoome Monney\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":4,\"name\":\"Cash\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":5,\"name\":\"Carte de credit\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"}]},\"message\":\"Payment charged successfully\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Module Profession",
            "description": "",
            "item": [
                {
                    "name": "All professions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/professions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/professions"
                        },
                        "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": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "56"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":true,\"data\":{\"professions\":[{\"id\":1,\"name\":\"Medecin\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":2,\"name\":\"Aide soignant\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":3,\"name\":\"Infirmier\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":4,\"name\":\"Agent d'entretien\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":5,\"name\":\"Auxilliaire de vie\",\"created_at\":\"2023-09-28T16:45:05.000000Z\",\"updated_at\":\"2023-09-28T16:45:05.000000Z\"},{\"id\":6,\"name\":\"Coursier\",\"created_at\":\"2023-09-28T16:45:05.000000Z\",\"updated_at\":\"2023-09-28T16:45:05.000000Z\"},{\"id\":7,\"name\":\"Assistant social\",\"created_at\":\"2023-09-28T16:45:58.000000Z\",\"updated_at\":\"2023-09-28T16:45:58.000000Z\"}]},\"message\":\"Professions charged successfully\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Module category Prestation",
            "description": "",
            "item": [
                {
                    "name": "Categories Prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/categories-prestations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/categories-prestations"
                        },
                        "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": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "55"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":true,\"data\":{\"categories\":[{\"id\":1,\"name\":\"Sant\\u00e9\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":2,\"name\":\"M\\u00e9nage\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":3,\"name\":\"Loisir\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"},{\"id\":4,\"name\":\"Auxilliaire\",\"created_at\":\"2023-09-05T23:20:48.000000Z\",\"updated_at\":\"2023-09-05T23:20:48.000000Z\"}]},\"message\":\"Categories Prestation charged successfully\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Report",
            "description": "",
            "item": [
                {
                    "name": "Get one report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-one-report\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-one-report\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "facere",
                                    "description": "The ID of the get one 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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get unvalidated report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-unvalidated-report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-unvalidated-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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get validated report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-validated-report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-validated-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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Validated report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/validated-report\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/validated-report\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ab",
                                    "description": "The ID of the validated report."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Unvalidated report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/unvalidated-report\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/unvalidated-report\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aliquid",
                                    "description": "The ID of the unvalidated report."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get all report of my prestation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-patient-report\/:patient_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-patient-report\/:patient_id",
                            "variable": [
                                {
                                    "id": "patient_id",
                                    "key": "patient_id",
                                    "value": "explicabo",
                                    "description": "The ID of the patient."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get report of my patient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-report-of-my-patient\/:patient_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-report-of-my-patient\/:patient_id",
                            "variable": [
                                {
                                    "id": "patient_id",
                                    "key": "patient_id",
                                    "value": "quis",
                                    "description": "The ID of the patient."
                                }
                            ]
                        },
                        "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/store-rapport-prestation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/store-rapport-prestation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"patient_id\":1,\"prestation_id\":3,\"motifs\":\"Douleurs abdominales\",\"history_antecedents\":\"Hypertension art\u00e9rielle\",\"enquete_system\":\"Cardiovasculaire, respiratoire\",\"imc\":25.5,\"pa\":120,\"fc\":75,\"sao2\":97,\"temperature\":37.5,\"diagnostic_differentiels\":\"Gastro-ent\u00e9rite, ulc\u00e8re gastroduod\u00e9nal\",\"file\":\"rapport_medical.pdf\",\"prise_en_charge\":\"M\u00e9dication\",\"enquete_nutritionnelle\":\"R\u00e9gime \u00e9quilibr\u00e9\",\"enquete_hygiene\":\"Bonne hygi\u00e8ne corporelle\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get beneficiaury report",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-beneficiairy-report",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-beneficiairy-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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}