Explore a live preview of the project here.
Client
curl --location --request POST 'https://gestion-bibliotique-pfe.netlify.app/api/emprunts/67b0a0e70553629edfbad6a1' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3YjFjZmY2MWUzNTYzOGJlMTUyZGY1NyIsInJvbGUiOiJhZG1pbiIsImlhdCI6MTczOTcxMTcwMiwiZXhwIjoxNzM5Nzk4MTAyfQ.EfmX3rKOQ-Dafn_kskStpd2Zlk7NK8Evz_ZCpLFm7x8'
{
"success": true,
"message": "Emprunt created successfully!",
"data": {
"emprunt": {
"_id": "QkTCup1WVWpnqqilnRDuc",
"clientId": "q3Fx5orsbT1XM1mX8hNz7",
"livreId": "yfIrWO9tcUyWWcdgpENwV",
"dateRetourPrevu": "2025-08-30T11:51:17.928Z",
"statut": "en cours",
"dateEmprunt": "2025-02-19T03:15:26.426Z"
}
}
}