curl --location --request DELETE 'order/cart/item/<int:product_id>' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "message": "Cart item deleted successfully", "success": true }