Files
The Digital Product Passport Template Files API allows you to manage the lifecycle of template files, including creating, viewing, updating, and deleting template files.
A template files allows you to upload file, with name and description, to the DPP object.

1. Create Template File
POST /create-template-file
Request Body
{
"template_id": "uuid",
"file": "file object",
"modelId": "uuid",
"name": "string",
"description": "string",
"company_id": "uuid"
}