Explore a live preview of the project here.
Public
curl --location --request POST 'https://gestion-bibliotique-pfe.netlify.app/api/clients/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"nom": "Victor Rutherford",
"email": "Virginia_Goodwin88@hotmail.com",
"password": "vPBgYHOzEoyrJ_O",
"confirmPassword": "vPBgYHOzEoyrJ_O"
}'
{
"success": true,
"message": "Registration successful!",
"data": {
"token": "8dbbe5b6-7c14-4c03-aba7-a7bd4e016f62",
"client": {
"_id": "_o3QaB10lc7jkRUHYM1a6",
"nom": "Clifford Pfannerstill",
"email": "Samanta.Funk@hotmail.com",
"password": "ptm7cuEGlzmmmnS",
"adresse": "",
"active": false,
"role": "client",
"socials": {
"linkedin": "",
"website": "",
"github": "",
"bio": ""
},
"wishlist": [],
"profilePic": ""
}
}
}