🙎♀️Bibliotecarias
/bibliotecarias/
GET
{
"status": "success",
"DATA": [
{
"id": 1,
"nome": "Ana Beatriz"
},
{
"id": 2,
"nome": "Laura Neves"
}
]
}POST
Last updated
/bibliotecarias/
{
"status": "success",
"DATA": [
{
"id": 1,
"nome": "Ana Beatriz"
},
{
"id": 2,
"nome": "Laura Neves"
}
]
}Last updated