Populate

SIGN-UP

localhost:4000/sign-up

{
    "name": "teste",
    "email": "teste@email.com",
    "password": "teste123",
    "confirmPassword": "teste123"
}

URL

localhost:4000/urls/shorten

{
    "url": "https://www.google.com"
}