curl --location -g --request POST '{{web_ecommercev2_url}}/carts' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"itemId": "686125b3f0a7c58f8a86d0c9",
"quantity": 1,
"type": "product",
"branchId": "68335a932a94fd5621e6537f",
"unitId":"68345ef2b9ff44f4d7689954",
// "addons": [
// {
// "id": "682c9b6e2d8bcfe98e6952ea",
// "values": [
// {
// "id": "682c9b6e2d8bcfe98e6952e8",
// "quantity": 2
// }
// ]
// }
// ],
"additionalInformation": {
// "note": "some note",
// "logo": {
// "_id": "507f1f77bcf86cd799439013",
// "path": "https://example.com/images/mens-accessories-2.jpg",
// "variants": [
// "thumbnail",
// "medium",
// "large"
// ],
// "originalName": "wallet_main.jpg",
// "service": "s3"
// },
// "image": {
// "_id": "507f1f77bcf86cd799439013",
// "path": "https://example.com/images/mens-accessories-2.jpg",
// "variants": [
// "thumbnail",
// "medium",
// "large"
// ],
// "originalName": "wallet_main.jpg",
// "service": "s3"
// }
}
}'