curl --location -g --request POST 'http:///V1/bundle-products//links/' \
--header 'Content-Type: application/json' \
--data-raw '{
"linkedProduct": {
"can_change_quantity": 0,
"extension_attributes": {},
"id": "string",
"is_default": true,
"option_id": 0,
"position": 0,
"price": 0,
"price_type": 0,
"qty": 0,
"sku": "string"
}
}'
0