Add file in an appliance for a company
/appliances/{id}/file
ID of the Appliance
996501df-0bfc-4f95-954d-3a5d5dc48469
Manufacturer Label for the Appliance
curl -L \ --request POST \ --url 'http://app.greenplaces.com/api/appliances/{id}/file' \ --header 'Content-Type: application/json' \ --data '{ "manufacturer_label": "text" }'
{}