get https://example.uat.achievers.com/api/v5/users//wishlist
This endpoint retrieves the wishlist of a specific user, identified by their userId. The response contains a list of items that the user has added to their wishlist. Items are identified by their ProductId, names, description, and price of the item are also returned. If the specified user has no items in their wishlist, the response is an empty list.