curl --location -g --request POST 'https://.daftra.com/api2/product_bundle' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "id of the item you want to assign to the bundle ",
"bundle_product_id": "id of the bundle product",
"quantity": 2,
"unit_name": null,
"unit_factor": null,
"unit_small_name": null,
"unit_factor_id": null
}'
{}