x-api-key: ********************curl --location -g --request PATCH 'https://relay.exostack.cloud//api/inventory/products/by-id//components' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lines": [
{
"line_index": 1,
"child_product_id": 0,
"child_product_code": "string",
"quantity": 0,
"selected": true,
"included_in_price": true,
"print_it": true
}
],
"auto_bill_pos": true,
"confirmation_mode": 0
}'{
"success": true,
"created_id": 0,
"updated_id": 0
}