-
Notifications
You must be signed in to change notification settings - Fork 0
/
Insomnia-SisPOC.json
1 lines (1 loc) · 46.5 KB
/
Insomnia-SisPOC.json
1
{"_type":"export","__export_format":4,"__export_date":"2021-05-13T01:45:25.976Z","__export_source":"insomnia.desktop.app:v2021.3.0","resources":[{"_id":"req_6dc75c479bb442adb5d1aa2986b55951","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620870269982,"created":1615394663828,"url":"{{ _.url }}/medico","name":"Cadastrar Médico","description":"> ### This method register a medic in the database.\n\n> **POST** _/medico/\n\n- **Request**\n\n > - Note: **You can register doctor, sending the desired data in the request body.**\n > - Type: ***application/json***\n > - Body: \n {\n required \"nomeCompleto\": string,\n required \"cpf\": string,\n required \"email\": string,\n required \"senhaAcesso\": string, \n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string],\n \"especialidade\": [string],\n \"crm\": [string],\n }\n\n\n- **Response**\n \n > - Note: **Examples of success and failure messages.**\n \n> \n \"data\": {\n \"message\": \n Status(400)\n {\n \"O nome deve conter, pelo menos, 3 caracteres.\": failure,\n }\n Status(400)\n {\n \"CPF inválido\": failure,\n }\n Status(400)\n {\n \"Email inválido.\": failure,\n }\n Status(400)\n {\n \"Este e-mail já está em uso.\": failure,\n }\n Status(201)\n {\n \"Médico cadastrado com sucesso.\": succeful,\n }\n Status(500)\n {\n \"Falha na requisição.\": failure,\n }\n \"item\": {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"email\": string,\n \"senhaAcesso\": string, \n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string]\n \"especialidade\": [string],\n \"crm\": [string],\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"nomeCompleto\":\"Antonio\",\n\t\"cpf\":\"teste\",\n\t\"email\":\"teste\",\n\t\"senhaAcesso\":\"teste\",\n\t\"crm\":\"000000\",\n\t\"especialidade\":\"teste\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_5457db59af76443b8fcac34467757cf3"},{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhOWQ3MDNmYWQyYzI3OTdlZGFiYTUiLCJlbWFpbCI6InNpc3BvYy5tZHNAZ21haWwuY29tIiwibm9tZSI6IkFkbSIsImlhdCI6MTYxODg2ODc0NSwiZXhwIjoxNjE4OTU1MTQ1fQ.1TfS4An6Kc3yrHCvSSJZcQ2m3r6OIq55ImY9yQ_y2NA","description":"","id":"pair_b8881b9366f847a0bfc54170bfd73a2c"}],"authentication":{},"metaSortKey":-1619023714594.9688,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_b1795ad7b840460e98d98da103d30555","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1619103157829,"created":1619103157829,"name":"Medico","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1619103157829,"_type":"request_group"},{"_id":"wrk_de93de779f7e453bb7647aa54f7648e9","parentId":null,"modified":1615394651532,"created":1615394651532,"name":"SisPOC","description":"","scope":"collection","_type":"workspace"},{"_id":"req_e8f4a0723fef4696a507a4aa47db41e7","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620686409407,"created":1616495334897,"url":"{{ _.url }}/medico/60598cca555a413fa8ece5f9","name":"Atualizar Médico","description":"> ### This method updates a doctor registered in the database.\n\n> **PUT** _/medico/:id\n\n- **Request**\n\n\n > - Note: **You can update doctor information/data.**\n > - Type: ***application/json***\n > - Body: \n {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"email\": string,\n \"senhaAcesso\": string, \n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string],\n \"especialidade\": [string],\n \"crm\": [string]\n }\n \n \n \n- **Response**\n \n \n > - Note: **Examples of success and failure messages.**\n \n> \n \"message\": \n Status (201)\n {\n \"Médico atualizado com sucesso.\": successful,\n }\n \"item\": data\n {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"email\": string,\n \"senhaAcesso\": string, \n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string]\n \"especialidade\": [string],\n \"crm\": [string],\n }\n \"error\":{\n \"message\": \n Status (500)\n {\n \"Falha na requisição\": failure,\n }\n }\n","method":"PUT","body":{"mimeType":"application/json","text":"{\n\t\"nomeCompleto\":\"Vitor Diniz\",\n\t\"cpf\":\"05456548568\",\n\t\"email\":\"[email protected]\",\n\t\"senhaAcesso\":\"123456\",\n\t\"crm\":\"0684\",\n\t\"telefone\":\"201385756\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_ebbd084c347c45dfb2ef6c0a5d33ae15"},{"name":"id","value":"6059906bff38c69c69fc425e","description":"","id":"pair_455f86ef2ea34fbca9433a1d94104fa9","disabled":true}],"authentication":{},"metaSortKey":-1619023714544.9688,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a56ec616884142d18885a6195cafd9e3","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620686347920,"created":1616499563293,"url":"{{ _.url }}/medico/crm/25644","name":"Buscar Médico pelo CRM","description":"> ### This method searches for a doctor by CRM registered in the database.\n\n> **GET** _/medico/crm/:crm\n\n- **Request**\n\n > - Body: no body\n \n \n- **Response**\n \n \n> \n \"data\": {\n \"message\": \n Status (201)\n {\n succeful\n }\n \"error\"\n Status (500)\n {\n \"Não foi possível processar a requisição.\": failure,\n }\n }\n \n ","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1619023714614.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_6cc7c4e1e5d84997a685340d1087e7b6","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620686339845,"created":1616532903352,"url":"{{ _.url }}/medico/606a836ee07d10c901fb5387","name":"Buscar Médico pelo ID","description":"> ### This method searches for a doctor by ID registered in the database.\n\n> **GET** _/medico/:id\n\n- **Request**\n\n > - Body: no body\n \n\n - **Response**\n \n \n> \n \"id\": {\n \"message\": \n Status (400)\n {\n \"Id inválido\": failure,\n }\n Status (201)\n {\n succeful\n }\n }\n \"error\": {\n \"message\": \n Status (500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n } \n ","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_e9c620abb87d43008b1f12b5f322bcc7"}],"authentication":{},"metaSortKey":-1619023714639.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_6eceaf7b04c94f68bcb8cffc6f9efb1a","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620686356190,"created":1616538149657,"url":"{{ _.url }}/medico/","name":"Listar Médicos","description":"> ### This method lists doctors registered in the database.\n\n> **GET** _/medico/\n\n- **Request**\n\n> - Body: no body\n\n\n- **Response**\n \n \n> \n \"data\": {\n \"error\"{\n \"message\": \n Status (200)\n {\n succeful\n }\n Status (500)\n {\n \"Ops, tivemos algum problema.\\nTente novamente mais tarde\": failure,\n }\n }\n }\n ","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_bb68865032ff4713832d27cfe679df40"}],"authentication":{},"metaSortKey":-1619023714602,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a5095fa104044424a8b59536b5c102c6","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620686380602,"created":1617591271819,"url":"{{ _.url }}/medico/authenticate","name":"Autenticar um médico","description":"> ### This method authenticate a doctor.\n\n> **POST** _/medico/authenticate\n\n- **Request**\n\n\n > - Type: ***application/json***\n > - Body: \n {\n required \"email\": string,\n required \"senhaAcesso\": string, \n }\n \n \n - **Response**\n \n \n> \n \"medico\": {\n \"email\": string,\n \"senhaAcesso\": string,\n \"message\": Status (404)\n {\n \"Usuário ou Senha inválidos\": failure,\n }\n \"token\": {\n \"_id\": _id,\n \"data\":{\n \"email\": string,\n \"nome\": {\n \"nomeCompleto\"\n }\n }\n \"message\": Status (500)\n {\n \"não foi possível autenticar o usuário\": failure\n }\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"email\":\"[email protected]\",\n\t\"senhaAcesso\":\"123456\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a252bcbba3d54f4b808f8bf1ec666048"},{"name":"","value":"","description":"","id":"pair_2b55a5604bbb45999a97a4ffdf9f4c1c","disabled":true}],"authentication":{},"metaSortKey":-1619023714595.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_04045b381a694604b6d735651571bcb0","parentId":"fld_b1795ad7b840460e98d98da103d30555","modified":1620686365551,"created":1618944271350,"url":"{{ _.url }}/medico","name":"Buscar Médico pelo Nome","description":"> ### This method searches for a doctor by name registered in the database.\n\n> **GET** _/medico/nome/:nome\n\n- **Request**\n\n > - Body: no body\n \n \n- **Response**\n \n \n> \n \"data\": {\n \"error\"{\n \"message\": \n Status (201)\n {\n succeful\n }\n Status (500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n }\n }\n ","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1619023714598.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_2895ba14c38240c4af9995c803f42299","parentId":"fld_c6ee66395aa9480283d3833ac77df033","modified":1620686303091,"created":1617599542555,"url":"{{ _.url }}/secretario","name":"Cadastrar Secretário","description":"> ### This method register a secretary in the database.\n\n> **POST** _secretario/\n\n- **Request**\n\n > - Note: **You can register secretary, sending the desired data in the request body.**\n > - Type: ***application/json***\n > - Body: \n {\n required \"nomeCompleto\": string,\n required \"cpf\": string,\n required \"email\": string,\n required \"senhaAcesso\": string, \n required \"matricula\": string,\n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string]\n }\n \n \n - **Response**\n \n > - Note: **Examples of success and failure messages.**\n \n> \n \"data\": {\n \"message\": \n Status(400)\n {\n \"O nome deve conter, pelo menos, 3 caracteres.\": failure,\n }\n Status(400)\n {\n \"CPF inválido\": failure,\n }\n Status(400)\n {\n \"Email inválido.\": failure,\n }\n Status(400)\n {\n \"Este e-mail já está em uso.\": failure,\n }\n \"item\": {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"email\": string,\n \"senhaAcesso\": string, \n \"matricula\": string,\n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string]\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"\t{\n\t\"nomeCompleto\":\"UsuárioTeste\",\n\t\"cpf\":\"01211948170\",\n\t\"email\":\"[email protected]\",\n\t\"senhaAcesso\":\"123456\",\n\t\"matricula\":\"0006\"\n}\n"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a181c05e4a1a4fb0bb48d86f2a0fb924"},{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhOWQ3MDNmYWQyYzI3OTdlZGFiYTUiLCJlbWFpbCI6InNpc3BvYy5tZHNAZ21haWwuY29tIiwibm9tZSI6IkFkbSIsImlhdCI6MTYxODg2ODc0NSwiZXhwIjoxNjE4OTU1MTQ1fQ.1TfS4An6Kc3yrHCvSSJZcQ2m3r6OIq55ImY9yQ_y2NA","description":"","id":"pair_81a57838bab8470f97d084139cba88b6"}],"authentication":{},"metaSortKey":-1618940899447,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_c6ee66395aa9480283d3833ac77df033","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1619103167616,"created":1619103167616,"name":"Secretário","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1619103167616,"_type":"request_group"},{"_id":"req_59d9855007e941b7b16a2fa7744f22f2","parentId":"fld_c6ee66395aa9480283d3833ac77df033","modified":1620686317107,"created":1617600920791,"url":"{{ _.url }}/secretario/authenticate","name":"Autenticar um secretário","description":"> ### This method authenticate a secretary.\n\n> **POST** _/secretario/authenticate\n\n- **Request**\n\n\n > - Type: ***application/json***\n > - Body: \n {\n required \"email\": string,\n required \"senhaAcesso\": string, \n }\n \n \n- **Response**\n \n \n> \n \"secretario\": {\n \"email\": string,\n \"senhaAcesso\": string,\n \"message\": \n Status (404)\n {\n \"Usuário ou Senha inválidos\": failure,\n }\n \"token\": {\n \"_id\": _id,\n \"data\":{\n \"email\": string,\n \"nome\": {\n \"nomeCompleto\"\n }\n }\n \"message\": \n Status (201)\n {\n succeful\n }\n Status (500)\n {\n \"não foi possível autenticar o usuário\": failure\n }\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"email\":\"[email protected]\",\n\t\"senhaAcesso\":\"sispoc2021\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_13bfecc7745642329dbce33ed82f588c"}],"authentication":{},"metaSortKey":-1618940899434.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b17f6c6e86514381b150b6bf40b4b03d","parentId":"fld_c6ee66395aa9480283d3833ac77df033","modified":1620686328545,"created":1618931828533,"url":"{{ _.url }}/medico","name":"Atualizar Secretário","description":"> ### This method updates a secretary registered in the database.\n\n> **PUT** _/secretario/:id\n\n- **Request**\n\n\n > - Note: **You can update secretary information/data.**\n > - Type: ***application/json***\n > - Body: \n {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"email\": string,\n \"senhaAcesso\": string, \n \"matricula\": string,\n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string]\n }\n \n \n \n - **Response**\n \n \n> \n \"message\": Status (201)\n {\n \"Secretário atualizado com sucesso.\": successful,\n }\n \"item\": data\n {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"dataNascimento\": [string],\n \"email\": string,\n \"telefone\": [string],\n \"endereco\": [string],\n \"senhaAcesso\": string, \n \"matricula\": string\n }\n \"error\":{\n \"message\": Status (500)\n {\n \"Falha na requisição\": failure,\n }\n }","method":"PUT","body":{"mimeType":"application/json","text":"{\n\t\"nomeCompleto\":\"Vitor Diniz\",\n\t\"cpf\":\"05456548568\",\n\t\"email\":\"[email protected]\",\n\t\"senhaAcesso\":\"123456\",\n\t\"telefone\":\"201385756\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_accd23e5cc8843ad8485a1795c19b5c6"}],"authentication":{},"metaSortKey":-1618940899384.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5c1c29895bd7443e81beae99cfe03973","parentId":"fld_c6ee66395aa9480283d3833ac77df033","modified":1620686288074,"created":1618940774076,"url":"{{ _.url }}/secretario","name":"Buscar Secretário pelo ID","description":"> ### This method searches for a secretary by ID registered in the database.\n\n> **GET** _/secretario/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"id\": {\n \"message\": \n Status(400)\n {\n \"Id inválido\": failure,\n }\n Status(201)\n {\n successful,\n }\n \"error\": \n Status(500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n }\n ","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1618940899472,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":false,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_d4de8d3bcd2348e781dc47209d1af86d","parentId":"fld_c6ee66395aa9480283d3833ac77df033","modified":1620686294923,"created":1618940899422,"url":"{{ _.url }}/secretario","name":"Buscar Secretário pela Matrícula","description":"> ### This method fetches a secretary for her enrollment in the database.\n\n> **GET** _/secretario/:matricula\n\n- **Request**\n\n > - Body: no body\n\n\n - **Response**\n \n \n> \n \"id\": {\n \"message\": \n Status(201)\n {\n successful,\n }\n \"error\": \n Status(500)\n {\n \"Não foi possível processar a requisição.\": failure,\n }\n }\n ","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1618940899459.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_254e54494b7847c8b57fe653e8e831e7","parentId":"fld_5c65f81e0cb24b79846882ea66d15558","modified":1620686280461,"created":1616500866353,"url":"{{ _.url }}/agenda/606b76c3cd751300150fde2b","name":"Cadastrar Agenda","description":"> ### This method registers the schedule in the database.\n\n> **POST** _/agenda/:id\n\n- **Request**\n\n > - Note: **You can register the schedule, sending the desired data in the request body.**\n > - Type: ***application/json***\n > - Body: \n {\n required \"dia\": string,\n required \"periodo\": string,\n required \"horario\": string\n }\n \n\n - **Response**\n \n \n \n > - Note: **Examples of success and failure messages.**\n \n \n> \n \"data\": {\n \"message\": \n Status(400)\n {\n \"O médico já possui agenda.\": failure,\n }\n Status(200)\n {\n \"Agenda cadastrada\": successful,\n }\n Status(500)\n {\n \"Erro ao cadastrar a agenda.\": failure,\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\t\"horariosDisponiveis\":[\n\t\t\t{\n\t\t\t\t\"dia\":\"1\",\n\t\t\t\t\"periodo\":\"manha\",\n\t\t\t\t\"horarios\":[\"1\", \"2\", \"3\", \"4\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"dia\":\"2\",\n\t\t\t\t\"periodo\":\"manha\",\n\t\t\t\t\"horarios\":[\"1\", \"2\", \"3\", \"4\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"dia\":\"3\",\n\t\t\t\t\"periodo\":\"manha\",\n\t\t\t\t\"horarios\":[\"1\", \"2\", \"3\", \"4\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"dia\":\"4\",\n\t\t\t\t\"periodo\":\"manha\",\n\t\t\t\t\"horarios\":[\"1\", \"2\", \"3\", \"4\"]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"dia\":\"5\",\n\t\t\t\t\"periodo\":\"manha\",\n\t\t\t\t\"horarios\":[\"1\", \"2\", \"3\", \"4\"]\n\t\t\t}\n\t\t]\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_8e8ed0e36a0c4dc9b955448f7ca2fd9e"},{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_0a5bb97115bd4025b1c3c11b44f934e1"}],"authentication":{},"metaSortKey":-1619103184205.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_5c65f81e0cb24b79846882ea66d15558","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1619103200795,"created":1619103200795,"name":"Agenda","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1619103200795,"_type":"request_group"},{"_id":"req_003de429146d41e9ba29b9bd86913df4","parentId":"fld_5c65f81e0cb24b79846882ea66d15558","modified":1620686273936,"created":1619688555092,"url":"{{ _.url }}/agenda/608a84f1982020e2bc0c20c7","name":"Buscar agenda pelo Id","description":"> ### This method searches for a schedule by ID registered in the database.\n\n> **GET** _/agenda/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"_Id\": {\n \"message\": \n Status(404)\n {\n \"Nenhuma agenda encontrada.\": failure,\n }\n Status(201)\n {\n \"Sucesso\": successful,\n }\n Status(500)\n {\n \"Ocorreu um erro na requisição\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2OTUxODcsImV4cCI6MTYxOTc4MTU4N30.TccKl5WDu9rW7Ei_hgXQO_JehLDL6ykSzpCbP7Q8Syo","description":"","id":"pair_e1067dfe82ae4eacb7e9dcc6356046b9"}],"authentication":{},"metaSortKey":-1619688555092,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_56c1c3d6e12a4bc0b19db1eea043d51a","parentId":"fld_5c65f81e0cb24b79846882ea66d15558","modified":1620686264961,"created":1619688569507,"url":"{{ _.url }}/agenda/medico/606a836ee07d10c901fb5387","name":"Buscar agenda pelo medico Id","description":"> ### This method fetches a schedule by the doctor's ID from the database.\n\n> **GET** _/agenda/medico/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"_medicoId\": {\n \"message\": \n Status(404)\n {\n \"Nenhum médico encontrado.\": failure,\n }\n Status(404)\n {\n \"Nenhuma agenda encontrada.\": failure,\n }\n Status(201)\n {\n \"Sucesso\": successful,\n }\n Status(500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_984f4a2b6c0f478391ab99952bb19564"}],"authentication":{},"metaSortKey":-1619688569507,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_69dddd0e8698494f98231bdad45204f8","parentId":"fld_e48f6c66ceb8423eb07b8007c73c3679","modified":1620686251698,"created":1619305081586,"url":"{{ _.url }}/paciente","name":"Cadastrar paciente","description":"> ### This method register a patient in the database.\n\n> **POST** _paciente/\n\n- **Request**\n\n > - Note: **You can register patient, sending the desired data in the request body.**\n > - Type: ***application/json***\n > - Body: \n {\n required \"nomeCompleto\": string,\n required \"cpf\": string,\n required \"email\": string,\n required \"convenio\": string \n }\n \n \n - **Response**\n \n > - Note: **Examples of success and failure messages.**\n \n> \n \"data\": {\n \"message\": Status(400)\n {\n \"O nome deve conter, pelo menos, 3 caracteres.\": failure,\n \"CPF inválido\": failure,\n \"Email inválido.\": failure,\n \"Este e-mail já está em uso.\": failure,\n }\n Status(201)\n {\n \"Paciente cadastrado com sucesso.\"successful,\n }\n Status(500)\n {\n \"Não foi possível executar a requisição.\": failure,\n }\n \"item\": {\n \"nomeCompleto\": string,\n \"cpf\": string,\n \"email\": string,\n \"convenio\": string,\n \"telefone\": [string],\n \"endereco\": [string],\n \"data de nascimento\": [string]\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"nomeCompleto\":\"João Silva\",\n\t\"cpf\":\"02504016069\",\n\t\"email\":\"[email protected]\",\n\t\"convenio\":\"unimed\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_331e06e3f34a4358a2af873073709c85"},{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhOWQ3MDNmYWQyYzI3OTdlZGFiYTUiLCJlbWFpbCI6InNpc3BvYy5tZHNAZ21haWwuY29tIiwibm9tZSI6IkFkbSIsImlhdCI6MTYxOTMwNTE0NiwiZXhwIjoxNjE5MzkxNTQ2fQ.KW0xYtnRIUX156CXxy2EXLq8XDSeIl6Qiyl2SlJga_o","description":"","id":"pair_06c1101ac7dc452e97cf7739756409b0"}],"authentication":{},"metaSortKey":-1619670266466.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_e48f6c66ceb8423eb07b8007c73c3679","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1619686763033,"created":1619686763033,"name":"Paciente","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1619686763033,"_type":"request_group"},{"_id":"req_22e05c23db0c407c9f01552ac6046546","parentId":"fld_e48f6c66ceb8423eb07b8007c73c3679","modified":1620686243753,"created":1619305552941,"url":"{{ _.url }}/paciente/6084a3dfe0d60c0b8eb626dc","name":"Buscar paciente pelo id","description":"> ### This method searches for a patient by ID registered in the database.\n\n> **GET** _/paciente/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"id\": {\n \"message\": \n Status(201)\n {\n item: _paciente\n }\n Status(400)\n {\n \"Paciente não encontrado\": failure,\n }\n Status(500)\n {\n \"Não foi possível executar a requisição.\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_f4314cd63c7b4610a07b804c71abcb12"}],"authentication":{},"metaSortKey":-1619670266516.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7905ce96b2ff4f0fbd84eb05856ef25e","parentId":"fld_12c97df9bb784ad4ab829fffcae1d149","modified":1620686235518,"created":1619631040225,"url":"{{ _.url }}/consulta/6084a3dfe0d60c0b8eb626dd","name":"Cadastrar consulta","description":"> ### This method register a medical consultation in the database.\n\n> **POST** _consulta/:id\n\n- **Request**\n\n > - Note: **You can register medical consultation, sending the desired data in the request body.**\n > - Type: ***application/json***\n > - Body: \n {\n required \"medico\": string,\n required \"data\": string,\n {\n required \"dia\": string,\n required \"periodo\": string \n required \"horario\": string\n }}\n \n \n - **Response**\n \n > - Note: **Examples of success and failure messages.**\n \n> \n \"data\": {\n \"message\": \n Status(400)\n {\n \"Ficha de paciente inválido ou inexistente.\": failure,\n }\n Status(200)\n {\n \"Médico inválido ou inexistente\": failure,\n }\n Status(404)\n {\n \"O médico não possui agenda\": failure,\n }\n Status(400)\n {\n \"Horário indisponível para este médico.\": failure,\n }\n Status(200)\n {\n \"Consulta cadastrada\": failure,\n }\n Status(500)\n {\n \"Ocorreu um erro com a requisição.\": failure,\n }\n \"item\": {\n \"medico\": string,\n \"data\": string,\n {\n \"dia\": string,\n \"periodo\": string \n \"horario\": string\n }\n \"anamnese\": [string],\n \"diagnostico\": [string],\n \"receita\": [string],\n \"exames\": ObjectId\n }\n }","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"medico\":\"606a836ee07d10c901fb5387\",\n\t\"data\": {\n\t\t\"dia\":\"03/05/2021\",\n\t\t\"periodo\":\"manha\",\n\t\t\"horario\":\"2\"\n\t}\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_ee776240224f4d5589a6215ae4690797"},{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_4a5258355c214736a30f20996b26e340"}],"authentication":{},"metaSortKey":-1619653769950,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_12c97df9bb784ad4ab829fffcae1d149","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1619686829158,"created":1619686829158,"name":"Consulta","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1619686829158,"_type":"request_group"},{"_id":"req_9b9db23bcd9648b0b0bfb851f0fd94f2","parentId":"fld_12c97df9bb784ad4ab829fffcae1d149","modified":1620686223363,"created":1619686925664,"url":"{{ _.url }}/consulta/6089f6cf2840ee8ea1fef0ee","name":"Atualizar consulta","description":"> ### This method updates a medical consultation registered in the database.\n\n> **PUT** _/consulta/:id\n\n- **Request**\n\n\n > - Note: **You can update medical consultation information/data.**\n > - Type: ***application/json***\n > - Body: \n {\n \"data\": string,\n {\n \"dia\": string,\n \"periodo\": string \n \"horario\": string\n }}\n \n \n \n - **Response**\n \n \n> \n \"data\": {\n \"message\": \n Status(500)\n {\n \"Não foi possível atualizar a consulta\": failure,\n }\n Status(201)\n {\n \"Consulta atualizada\": failure,\n Status(500)\n {\n \"Ocorreu um erro com a requisição.\": failure,\n }\n \"item\": {\n \"medico\": string,\n \"data\": string,\n {\n \"dia\": string,\n \"periodo\": string \n \"horario\": string\n }\n \"anamnese\": [string],\n \"diagnostico\": [string],\n \"receita\": [string],\n \"exames\": ObjectId\n }\n }","method":"PUT","body":{"mimeType":"application/json","text":"{\n\t\"data\":{\n\t\t\"dia\":\"15/05/2021\",\n\t\t\"periodo\":\"tarde\",\n\t\t\"horario\":\"1\"\n\t}\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_30d05f2675bf431da06efb2f4567ad49"},{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_08df03762e7043988b08656bf68a8bc5"}],"authentication":{},"metaSortKey":-1619686925664,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_3b413d3cd36a44de9d8a6436ee6e794c","parentId":"fld_12c97df9bb784ad4ab829fffcae1d149","modified":1620686217305,"created":1619686949205,"url":"{{ _.url }}/consulta/6089f6cf2840ee8ea1fef0ee","name":"Buscar consulta pelo id","description":"> ### This method searches for a consultation by ID registered in the database.\n\n> **GET** _/consulta/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"_id\": {\n \"message\": \n Status(201)\n {\n \"Sucesso\": successful,\n Status(500)\n {\n \"Ocorreu uma falha na requisição\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_d35ff476e33442a69660521829121213"}],"authentication":{},"metaSortKey":-1619686949205,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_59bc5803ab3d465d8c8d340f74dd9b86","parentId":"fld_12c97df9bb784ad4ab829fffcae1d149","modified":1620686209282,"created":1619686979902,"url":"{{ _.url }}/consulta/medico/606e4d0b2414790015f85398","name":"Buscar consultas de um médico","description":"> ### This method searches for a medical consultation by ID registered in the database.\n\n> **GET** _/consulta/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"_medicoId\": {\n \"message\": \n Status(404)\n {\n \"Não foi encontrado nenhuma consulta para esse médico\": failure,\n Status(201)\n {\n \"Sucesso\": successful,\n }\n Status(500)\n {\n \"Ocorreu um erro na requisição\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_8493ec9cb650424285a31ef8b254d920"}],"authentication":{},"metaSortKey":-1619686979902,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_2670e96e1f7849edbaf941b039ba5e87","parentId":"fld_4938d6758c1542fd92791068ec805778","modified":1620686195865,"created":1619305647253,"url":"{{ _.url }}/ficha/6084a3dfe0d60c0b8eb626dd","name":"Buscar ficha pelo Id","description":"> ### This module fetches tokens by ID in the database.\n\n> **GET** _/ficha/paciente/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"pacienteId\": {\n \"message\": \n Status(400)\n {\n \"Id inválido\": failure,\n Status(201)\n {\n successful,\n }\n Status(500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_5c452372e0814101930b71e54c598564"}],"authentication":{},"metaSortKey":-1619305666829,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_4938d6758c1542fd92791068ec805778","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1619686851058,"created":1619686851058,"name":"Ficha paciente","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1619686851058,"_type":"request_group"},{"_id":"req_e97576ecb4e140bdadc2379f509c2a20","parentId":"fld_4938d6758c1542fd92791068ec805778","modified":1620686201185,"created":1619305666779,"url":"{{ _.url }}/ficha/paciente/6084a3dfe0d60c0b8eb626dc","name":"Buscar ficha pelo pacienteId","description":"> ### This method searches for a patient by ID registered in the database.\n\n> **GET** _/ficha/paciente/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"pacienteId\": {\n \"message\": \n Status(400)\n {\n \"Id inválido\": failure,\n Status(201)\n {\n successful,\n }\n Status(500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_11b70053421f4eb08775d07549de884d"}],"authentication":{},"metaSortKey":-1619305666779,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_aa6ec86032c34646a98143a13549411b","parentId":"fld_4938d6758c1542fd92791068ec805778","modified":1620686184636,"created":1619653769900,"url":"{{ _.url }}/ficha/consultas/6084a3dfe0d60c0b8eb626dd","name":"Listar consultas de um paciente","description":"> ### This module lists a patient's appointments.\n\n> **GET** _/ficha/consultas/:id\n\n- **Request**\n\n > - Body: no body\n \n \n - **Response**\n \n \n> \n \"_ficha\": {\n \"message\": \n Status(201)\n {\n \"sucesso\": successful,\n }\n Status(500)\n {\n \"Ocorreu um erro na requisição.\": failure,\n }\n }","method":"GET","body":{},"parameters":[],"headers":[{"name":"x-access-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2MDZhODM2ZWUwN2QxMGM5MDFmYjUzODciLCJlbWFpbCI6InZpY3Rvcm1hdGhldXN0c0BnbWFpbC5jb20iLCJub21lIjoiVmljdG9yIE1hdGhldXMiLCJpYXQiOjE2MTk2NTMxNDcsImV4cCI6MTYxOTczOTU0N30.o8ALChJ99_Pc_2u_93KPn5pvgYv-LqbWCWiKAgvQdGo","description":"","id":"pair_30e6116f713342e196016e2597966a92"}],"authentication":{},"metaSortKey":-1619305666879,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_4e96e8f5af89eede075802ffc5927ca1fa9efeb3","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1615394651603,"created":1615394651603,"name":"Base Environment","data":{},"dataPropertyOrder":null,"color":null,"isPrivate":false,"metaSortKey":1615394651603,"_type":"environment"},{"_id":"jar_4e96e8f5af89eede075802ffc5927ca1fa9efeb3","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1615394651606,"created":1615394651606,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_412bda949d814cdf9c5d665face26644","parentId":"wrk_de93de779f7e453bb7647aa54f7648e9","modified":1615394651543,"created":1615394651543,"fileName":"SisPOC","contents":"","contentType":"yaml","_type":"api_spec"},{"_id":"env_d5923007e5824b5b941b48c81b5c677b","parentId":"env_4e96e8f5af89eede075802ffc5927ca1fa9efeb3","modified":1618931665623,"created":1618875866762,"name":"Dev","data":{"url":"http://localhost:3001"},"dataPropertyOrder":{"&":["url"]},"color":"#d50b0b","isPrivate":false,"metaSortKey":1618875866762,"_type":"environment"},{"_id":"env_43f5cc857ab54a11b2bdbed9f5bc2944","parentId":"env_4e96e8f5af89eede075802ffc5927ca1fa9efeb3","modified":1618924205374,"created":1618875890732,"name":"Prod","data":{"url":"https://sispoc-backend.herokuapp.com"},"dataPropertyOrder":{"&":["url"]},"color":"#d50bc8","isPrivate":false,"metaSortKey":1618875890732,"_type":"environment"}]}