Authorization: Bearer ********************curl --location --request POST 'https://v1.dev.bukalombok.com/v1/customer/cart/items' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": "d4a1507b-37fc-4e13-8682-e5527a10d21e",
"variantId": "223e3cb3-bdf5-4b22-90d0-960b2a83296e",
"quantity": 2
}'{
"meta": {
"success": true,
"status": 201,
"message": "Item berhasil ditambahkan ke keranjang"
},
"data": {
"id": "748cecb8-3a63-4fa1-9a35-9c24a742a618",
"productId": "7a159b3c-2da6-4b46-a41a-7b6e3a08c639",
"productName": "Baju Testing",
"productImage": "https://cdn.example.com/celana.jpg",
"weightGram": 220,
"quantity": 2,
"price": 500000,
"totalPrice": 1000000,
"variantName": "Hitam - L",
"stock": 9
}
}