Creates a PCB and links it to an assembly.
Security
BearerAuth
POST
curl -i -X POST \
'https://api.luminovo.com/assemblies/{assembly_id}/pcb?without_files=true' \
-H 'Accept: string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'Response
{ "pcb_id": "da8052ae-8d97-4560-a972-f59b844fec7f", "custom_part_specification_id": "9cda4e71-eb08-4b99-bd6f-f4f6be8aedf7" }