{
    "info": {
        "_postman_id": "6b2082e5-2abb-42f5-86ac-011bcbb4fed2",
        "name": "GertelTalentos Copy",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
        "_exporter_id": "27227999",
        "_collection_link": "https://go.postman.co/collection/27227999-6b2082e5-2abb-42f5-86ac-011bcbb4fed2?source=collection_link"
    },
    "item": [
        {
            "name": "Auth",
            "item": [
                {
                    "name": "Auth user",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n\r\n  \"login\": \"pedro.silva\",\r\n  \"password\": \"senha123\"\r\n\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/auth/user",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "auth",
                                "user"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Auth candidate",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n\r\n  \"login\": \"pedro.silva\",\r\n  \"password\": \"senha123\"\r\n\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/auth",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "auth"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Refresh",
                    "request": {
                        "method": "PATCH",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n\r\n  \"login\": \"pedro.silva\",\r\n  \"password\": \"senha123\"\r\n\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/auth",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "auth"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Departments",
            "item": [
                {
                    "name": "Departments",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": ""
                        }
                    },
                    "response": []
                },
                {
                    "name": "Department",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiQURNSU5JU1RSQVRPUiIsInR5cGUiOiJhY2Nlc3MiLCJzdWIiOiJmZDI5OTE1ZS02Y2VmLTQ2NzktOThlNy0zZDViNWI3NTU2NjkiLCJpYXQiOjE3NzM0MjU0MzksImV4cCI6MTc3MzQyNzIzOX0.TKR01XGFEtCOgPPnSW3D4dLZuIJEPHPi4gifOLW0kjU",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"name\": \"Departamento\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/departments",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "departments"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Users",
            "item": [
                {
                    "name": "User",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/user/?id=5cabec81-3d87-401e-87c4-df9febdece76",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "user",
                                ""
                            ],
                            "query": [
                                {
                                    "key": "id",
                                    "value": "5cabec81-3d87-401e-87c4-df9febdece76"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Users",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/users",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "users"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "User",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"name\":\"Ademilson\",\r\n      \"id_department\":\"5f19b5da-a2b2-4a59-a06a-e0692133a1e1\",\r\n      \"login\":\"Ademilson\",\r\n      \"password\":\"Ademilson05\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/users",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "users"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Change pass",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n      \"login\":\"Ademilson\",\r\n      \"password\":\"Ademilson21\",\r\n      \"newPassword\":\"Ademilson21\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/user/change-password",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "user",
                                "change-password"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Candidates",
            "item": [
                {
                    "name": "Curriculum",
                    "item": [
                        {
                            "name": "CREATE",
                            "item": [
                                {
                                    "name": "Personal data",
                                    "request": {
                                        "method": "POST",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"id_candidate\": \"e2237a4f-0bdf-4845-9552-24481ba5118b\",\r\n    \"type\": \"contact\",\r\n    \"subtype\": \"fone\",\r\n    \"value\": \"11999999999\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/personal-data",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "personal-data"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Language",
                                    "request": {
                                        "method": "POST",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"id_candidate\": \"e2237a4f-0bdf-4845-9552-24481ba5118b\",\r\n    \"language\": \"Inglês\",\r\n    \"level\": \"Intermediário\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/language",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "language"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Experience",
                                    "request": {
                                        "method": "POST",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"id_candidate\": \"e2237a4f-0bdf-4845-9552-24481ba5118b\",\r\n    \"company\": \"Empresa XYZ\",\r\n    \"role\": \"Desenvolvedor Backend\",\r\n    \"start_date\": \"2022-01-01\",\r\n    \"end_date\": \"2024-06-30\",\r\n    \"working\": false,\r\n    \"activities\": \"Desenvolvimento de APIs REST com Node.js e TypeScript\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/experience",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "experience"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Education",
                                    "request": {
                                        "method": "POST",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"id_candidate\": \"e2237a4f-0bdf-4845-9552-24481ba5118b\",\r\n    \"study_area\": \"Ensino medio\",\r\n    \"education_level\": \"Escola\",\r\n    \"status\": \"CONCLUIDO\",\r\n    \"institution\": \"Escola\",\r\n    \"course\": \"Ciência da Computação\",\r\n    \"start_date\": \"2018-02-01\",\r\n    \"end_date\": \"2022-12-01\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/education",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "education"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Attachment",
                                    "request": {
                                        "method": "POST",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"id_candidate\": \"e2237a4f-0bdf-4845-9552-24481ba5118b\",\r\n    \"type\": \"documento\",\r\n    \"subtype\": \"curriculo\",\r\n    \"value\": \"https://storage.exemplo.com/curriculos/arquivo.pdf\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/attachment",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "attachment"
                                            ]
                                        }
                                    },
                                    "response": []
                                }
                            ]
                        },
                        {
                            "name": "READ",
                            "item": [
                                {
                                    "name": "curriculum",
                                    "request": {
                                        "method": "GET",
                                        "header": [],
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/e2237a4f-0bdf-4845-9552-24481ba5118b/curriculum",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "e2237a4f-0bdf-4845-9552-24481ba5118b",
                                                "curriculum"
                                            ]
                                        }
                                    },
                                    "response": []
                                }
                            ]
                        },
                        {
                            "name": "UPDATE",
                            "item": [
                                {
                                    "name": "Personal data",
                                    "request": {
                                        "method": "PUT",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"value\": \"11988887777\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "localhost:3000/candidate/curriculum/personal-data/44151af3-7c34-4b43-ae1a-a6e2e4c3610b",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "personal-data",
                                                "44151af3-7c34-4b43-ae1a-a6e2e4c3610b"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Language",
                                    "request": {
                                        "method": "PUT",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"level\": \"Avançado\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/language/b4d598f6-9952-426e-b4f4-c3ce0075f1db",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "language",
                                                "b4d598f6-9952-426e-b4f4-c3ce0075f1db"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Experience",
                                    "request": {
                                        "method": "PUT",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"working\": true,\r\n    \"end_date\": null\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/experience/8aca3138-9c5c-486e-bbbd-55e5ee147453",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "experience",
                                                "8aca3138-9c5c-486e-bbbd-55e5ee147453"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Education",
                                    "request": {
                                        "method": "PUT",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"status\": \"CONCLUIDO\",\r\n    \"end_date\": \"2024-12-01\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/education/d4b56728-d2aa-4040-8a8f-00844d607c76",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "education",
                                                "d4b56728-d2aa-4040-8a8f-00844d607c76"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Attachment",
                                    "request": {
                                        "method": "PUT",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"value\": \"https://storage.exemplo.com/novo-arquivo.pdf\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/attachment/f3e7efd9-c89d-4662-a44f-72dce4cf76f0",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "attachment",
                                                "f3e7efd9-c89d-4662-a44f-72dce4cf76f0"
                                            ]
                                        }
                                    },
                                    "response": []
                                }
                            ]
                        },
                        {
                            "name": "DELETE",
                            "item": [
                                {
                                    "name": "Personal data",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"value\": \"11988887777\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "localhost:3000/candidate/curriculum/personal-data/44151af3-7c34-4b43-ae1a-a6e2e4c3610b",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "personal-data",
                                                "44151af3-7c34-4b43-ae1a-a6e2e4c3610b"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Language",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"level\": \"Avançado\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/language/b4d598f6-9952-426e-b4f4-c3ce0075f1db",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "language",
                                                "b4d598f6-9952-426e-b4f4-c3ce0075f1db"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Experience",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"working\": true,\r\n    \"end_date\": null\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/experience/8aca3138-9c5c-486e-bbbd-55e5ee147453",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "experience",
                                                "8aca3138-9c5c-486e-bbbd-55e5ee147453"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Education",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"status\": \"CONCLUIDO\",\r\n    \"end_date\": \"2024-12-01\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/education/d4b56728-d2aa-4040-8a8f-00844d607c76",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "education",
                                                "d4b56728-d2aa-4040-8a8f-00844d607c76"
                                            ]
                                        }
                                    },
                                    "response": []
                                },
                                {
                                    "name": "Attachment",
                                    "request": {
                                        "method": "DELETE",
                                        "header": [],
                                        "body": {
                                            "mode": "raw",
                                            "raw": "{\r\n    \"value\": \"https://storage.exemplo.com/novo-arquivo.pdf\"\r\n}",
                                            "options": {
                                                "raw": {
                                                    "language": "json"
                                                }
                                            }
                                        },
                                        "url": {
                                            "raw": "http://localhost:3000/candidate/curriculum/attachment/f3e7efd9-c89d-4662-a44f-72dce4cf76f0",
                                            "protocol": "http",
                                            "host": [
                                                "localhost"
                                            ],
                                            "port": "3000",
                                            "path": [
                                                "candidate",
                                                "curriculum",
                                                "attachment",
                                                "f3e7efd9-c89d-4662-a44f-72dce4cf76f0"
                                            ]
                                        }
                                    },
                                    "response": []
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Candidate",
                    "protocolProfileBehavior": {
                        "disableBodyPruning": true
                    },
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/user/?id=5cabec81-3d87-401e-87c4-df9febdece76",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "user",
                                ""
                            ],
                            "query": [
                                {
                                    "key": "id",
                                    "value": "5cabec81-3d87-401e-87c4-df9febdece76"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidates",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/users",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "users"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidate",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n    \"name\":\"Ademilson\",\r\n      \"id_department\":\"5f19b5da-a2b2-4a59-a06a-e0692133a1e1\",\r\n      \"login\":\"Ademilson\",\r\n      \"password\":\"Ademilson05\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/users",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "users"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "change_pass_candidate",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": ""
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Vacancies",
            "item": [
                {
                    "name": "Vacancies",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/vacancies",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancies"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/vacancies/a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancies",
                                "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"name\": \"Desenvolvedor Full Stack\",\r\n  \"about\": \"Buscamos um desenvolvedor Full Stack para integrar nosso time de tecnologia.\",\r\n  \"requisitos\": \"Experiência com Node.js, React e bancos de dados relacionais.\",\r\n  \"location\": \"Santa Cruz do Sul - RS\",\r\n  \"nivel\": \"Pleno\",\r\n  \"worktime\": \"Segunda a Sexta, 08h às 18h\",\r\n  \"salary_range\": \"R$ 6.000 - R$ 9.000\",\r\n  \"model\": \"HIBRIDO\",\r\n  \"id_department\": \"5f19b5da-a2b2-4a59-a06a-e0692133a1e1\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/vacancies",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancies"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy",
                    "request": {
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"nivel\": \"Sênior\",\r\n  \"salary_range\": \"R$ 10.000 - R$ 14.000\",\r\n  \"model\": \"HOME\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/vacancies/a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancies",
                                "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy",
                    "request": {
                        "method": "DELETE",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/vacancies/a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancies",
                                "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Candidatures",
            "item": [
                {
                    "name": "Candidatures",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/candidatures",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidatures (Vacancy)",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/candidatures?id_vacancy=a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures"
                            ],
                            "query": [
                                {
                                    "key": "id_vacancy",
                                    "value": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidatures (Candidate)",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/candidatures?id_candidate=e2237a4f-0bdf-4845-9552-24481ba5118b",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures"
                            ],
                            "query": [
                                {
                                    "key": "id_candidate",
                                    "value": "e2237a4f-0bdf-4845-9552-24481ba5118b"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidature",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/candidatures/b3c4d5e6-f7a8-9012-bcde-f12345678901",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures",
                                "b3c4d5e6-f7a8-9012-bcde-f12345678901"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidature",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"id_vacancy\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\r\n  \"id_candidate\": \"e2237a4f-0bdf-4845-9552-24481ba5118b\",\r\n  \"id_vacancy_step\": \"c9d8e7f6-a5b4-3210-fedc-ba9876543210\",\r\n  \"status\": \"APPROVED\",\r\n  \"feedback\": \"Candidato aprovado na triagem inicial.\",\r\n  \"comment\": \"Perfil alinhado com a vaga.\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/candidatures",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Candidature",
                    "request": {
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"status\": \"HIRED\",\r\n  \"feedback\": \"Candidato contratado após entrevista final.\",\r\n  \"comment\": \"Início previsto para 01/04/2026.\"\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/candidatures/b3c4d5e6-f7a8-9012-bcde-f12345678901",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures",
                                "b3c4d5e6-f7a8-9012-bcde-f12345678901"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Vacancy Steps",
            "item": [
                {
                    "name": "Vacancy Steps",
                    "request": {
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/vacancies/a1b2c3d4-e5f6-7890-abcd-ef1234567890/steps",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancies",
                                "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
                                "steps"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy Step",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"id_vacancy\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\r\n  \"name\": \"Triagem Curricular\",\r\n  \"ordinate\": 1\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/vacancy-steps",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancy-steps"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy Step",
                    "request": {
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\r\n  \"name\": \"Entrevista com Gestor\",\r\n  \"ordinate\": 2\r\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/vacancy-steps/c9d8e7f6-a5b4-3210-fedc-ba9876543210",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancy-steps",
                                "c9d8e7f6-a5b4-3210-fedc-ba9876543210"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Vacancy Step",
                    "request": {
                        "method": "DELETE",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/vacancy-steps/c9d8e7f6-a5b4-3210-fedc-ba9876543210",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "vacancy-steps",
                                "c9d8e7f6-a5b4-3210-fedc-ba9876543210"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Advance Step (Candidature)",
                    "request": {
                        "method": "PATCH",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/candidatures/b3c4d5e6-f7a8-9012-bcde-f12345678901/advance-step",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "candidatures",
                                "b3c4d5e6-f7a8-9012-bcde-f12345678901",
                                "advance-step"
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Questions",
            "item": [
                {
                    "name": "Create Question",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"title\": \"Qual sua experiência com Node.js?\",\n  \"size\": 500,\n  \"placeholder\": \"Descreva sua experiência...\",\n  \"type\": \"ESPECIFICA\",\n  \"id_vacancy\": \"00000000-0000-0000-0000-000000000001\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/questions",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "questions"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Questions (Vacancy)",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/questions?id_vacancy=00000000-0000-0000-0000-000000000001",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "questions"
                            ],
                            "query": [
                                {
                                    "key": "id_vacancy",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Question",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/questions/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "questions",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Question",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"title\": \"Qual sua experiência com TypeScript?\",\n  \"size\": 300\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/questions/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "questions",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Question",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/questions/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "questions",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Answers",
            "item": [
                {
                    "name": "Create Answer",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id_question\": \"00000000-0000-0000-0000-000000000001\",\n  \"question\": \"Qual sua experiência com Node.js?\",\n  \"text\": \"Tenho 3 anos de experiência com Node.js, trabalhando com APIs REST e microsserviços.\",\n  \"type\": \"CANDIDATURE\",\n  \"id_reference\": \"00000000-0000-0000-0000-000000000002\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/answers",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "answers"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Answers by Question",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/answers?id_question=00000000-0000-0000-0000-000000000001",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "answers"
                            ],
                            "query": [
                                {
                                    "key": "id_question",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Answers by Reference",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/answers?id_reference=00000000-0000-0000-0000-000000000002",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "answers"
                            ],
                            "query": [
                                {
                                    "key": "id_reference",
                                    "value": "00000000-0000-0000-0000-000000000002"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Answer",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/answers/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "answers",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Answer",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"text\": \"Tenho 5 anos de experiência com Node.js.\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/answers/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "answers",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Answer",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/answers/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "answers",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Avaliations",
            "item": [
                {
                    "name": "Create Avaliation",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"type\": \"CANDIDATURE\",\n  \"id_reference\": \"00000000-0000-0000-0000-000000000002\",\n  \"id_user\": \"00000000-0000-0000-0000-000000000003\",\n  \"text\": \"Candidato demonstrou ótimo conhecimento técnico.\",\n  \"value\": 5\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/avaliations",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "avaliations"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Avaliations by Reference",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/avaliations?id_reference=00000000-0000-0000-0000-000000000002",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "avaliations"
                            ],
                            "query": [
                                {
                                    "key": "id_reference",
                                    "value": "00000000-0000-0000-0000-000000000002"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Avaliations by User",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/avaliations?id_user=00000000-0000-0000-0000-000000000003",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "avaliations"
                            ],
                            "query": [
                                {
                                    "key": "id_user",
                                    "value": "00000000-0000-0000-0000-000000000003"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Avaliation",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/avaliations/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "avaliations",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Avaliation",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"text\": \"Revisão: candidato demonstrou excelente conhecimento técnico.\",\n  \"value\": 9\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/avaliations/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "avaliations",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Avaliation",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/avaliations/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "avaliations",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Feedbacks",
            "item": [
                {
                    "name": "Create Feedback",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"id_candidature\": \"00000000-0000-0000-0000-000000000002\",\n  \"id_user\": \"00000000-0000-0000-0000-000000000003\",\n  \"feedback\": \"Candidato aprovado para a próxima etapa.\",\n  \"comment\": \"Demonstrou bom domínio das tecnologias exigidas.\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/feedbacks",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "feedbacks"
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Feedbacks by Candidature",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/feedbacks?id_candidature=00000000-0000-0000-0000-000000000002",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "feedbacks"
                            ],
                            "query": [
                                {
                                    "key": "id_candidature",
                                    "value": "00000000-0000-0000-0000-000000000002"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "List Feedbacks by User",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/feedbacks?id_user=00000000-0000-0000-0000-000000000003",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "feedbacks"
                            ],
                            "query": [
                                {
                                    "key": "id_user",
                                    "value": "00000000-0000-0000-0000-000000000003"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get Feedback",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/feedbacks/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "feedbacks",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update Feedback",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [],
                        "body": {
                            "mode": "raw",
                            "raw": "{\n  \"feedback\": \"Candidato aprovado com distinção.\",\n  \"comment\": \"Superou as expectativas em todas as etapas.\"\n}",
                            "options": {
                                "raw": {
                                    "language": "json"
                                }
                            }
                        },
                        "url": {
                            "raw": "http://localhost:3000/feedbacks/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "feedbacks",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete Feedback",
                    "request": {
                        "auth": {
                            "type": "bearer",
                            "bearer": [
                                {
                                    "key": "token",
                                    "value": "{{Token_gertel_talentos}}",
                                    "type": "string"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [],
                        "url": {
                            "raw": "http://localhost:3000/feedbacks/:id",
                            "protocol": "http",
                            "host": [
                                "localhost"
                            ],
                            "port": "3000",
                            "path": [
                                "feedbacks",
                                ":id"
                            ],
                            "variable": [
                                {
                                    "key": "id",
                                    "value": "00000000-0000-0000-0000-000000000001"
                                }
                            ]
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "token",
                "value": "{{Token_gertel_talentos}}",
                "type": "string"
            }
        ]
    },
    "event": [
        {
            "listen": "prerequest",
            "script": {
                "type": "text/javascript",
                "packages": {},
                "requests": {},
                "exec": [
                    ""
                ]
            }
        },
        {
            "listen": "test",
            "script": {
                "type": "text/javascript",
                "packages": {},
                "requests": {},
                "exec": [
                    ""
                ]
            }
        }
    ]
}