curl --request POST \
--url https://storekit.samarthh.me/v1/store/{storeId}/wishlist \
--header 'Content-Type: application/json' \
--data '
{
"productId": "8b51a573-8889-4a9c-b1dd-1dac65ee739c"
}
'Add a product to the authenticated store user’s wishlist. Requires store user authentication.
curl --request POST \
--url https://storekit.samarthh.me/v1/store/{storeId}/wishlist \
--header 'Content-Type: application/json' \
--data '
{
"productId": "8b51a573-8889-4a9c-b1dd-1dac65ee739c"
}
'