curl --location -g --request POST 'http:///V1/carts/mine/giftCards' \
--header 'Content-Type: application/json' \
--data-raw '{
"giftCardAccountData": {
"base_gift_cards_amount": 0,
"base_gift_cards_amount_used": 0,
"extension_attributes": {},
"gift_cards": [
"string"
],
"gift_cards_amount": 0,
"gift_cards_amount_used": 0
}
}'
true