cURL
curl --request POST \ --url https://v3.minestorecms.com/api/cart/remove/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Removes an item from the user’s cart based on the item ID.