Add item in wishlist (09/02)
Fire this api to add item in wishlist.
/This endpoint allows you to get free cakes
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"msg": "Item is added to your wishlist !",
"status": "fail"
}IF response fail
{
"msg": "Item is already in your wishlist !",
"status": "fail"
}
{
"msg": "You're not logged in !",
"status": "fail"
}Last updated