curl --request POST \
--url 'https://api.stateset.com/api/v1/boms/{id}/components' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"component_product_id": null,
"component_sku": null,
"name": "string",
"notes": null,
"position": null,
"quantity": "string",
"unit_of_measure": null
}'