Create new user:
post http://localhost:5000/users {
"nome": "user",
"sobrenome": "user",
"email": "[email protected]",
"senha": "123456",
"confirmarSenha": "123456"
}
Login: post http://localhost:5000/login/ { "email": "joao&[email protected]", "senha": "xxxxxxx" }
Update user: put http://localhost:5000/users
Listar profissionais: GET http://localhost:5000/profissionals/all/
Detalhar profissional GET http://localhost:5000/profissionals/:id