🙎♀️Bibliotecarias
/bibliotecarias/
GET
/ - Listar todas as bibliotecárias
Resultado:
{
"status": "success",
"DATA": [
{
"id": 1,
"nome": "Ana Beatriz"
},
{
"id": 2,
"nome": "Laura Neves"
}
]
}
POST
/criar/ - [nome*]
Last updated