curl --location --request POST 'order/cart/item' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id" : 1,
"quantity" : 1
}'{
"cart_item": {
"product_id": 1,
"quantity": 1
},
"message": "Item added to cart successfully",
"success": true
}