curl --location 'https://walletobjects.googleapis.com//walletobjects/v1/eventTicketObject//modifyLinkedOfferObjects' \
--header 'Content-Type: application/json' \
--data '{
"linkedOfferObjectIds": {
"addLinkedOfferObjectIds": [
"string"
],
"removeLinkedOfferObjectIds": [
"string"
]
}
}'