cURL
curl --request POST \ --url https://v3.minestorecms.com/api/cart/reload/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Updates the quantity of a specific item in the user’s cart based on the item ID and provided count.