curl --location -g --request POST 'http:///V1/bundle-products/options/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"option": {
"extension_attributes": {},
"option_id": 0,
"position": 0,
"product_links": [
{
"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"
}
],
"required": true,
"sku": "string",
"title": "string",
"type": "string"
}
}'
0