API do Projeto Patrino
GET /mothers
Resposta
Lista de mães cadastradas no aplicativo
POST /mothers/login/
Parâmetros
email e password
Resposta
{"message": "OK", "code": usercode }
{"message": "ERROR"}
POST /mothers/
Paràmetros
name email password phone address createdAt modifiedAt
Resposta
{"message": "OK"}
{"message": "ERROR"}
DELETE /mothers/
Parâmetros
Resposta
{"message": "OK"}
{"message": "ERROR"}
PUT /mothers/
Parâmetros
name password phone address
Resposta
{"message": "OK"}
{"message": "ERROR"}