curl -X POST 'https://api-staging.pixwel.com/api/files' \
-H 'Authorization: Basic <credentials>' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"_id": "507f1f77bcf86cd799439011",
"studio": "507f1f77bcf86cd799439011",
"project": "507f1f77bcf86cd799439011",
"asset": "507f1f77bcf86cd799439011",
"name": "string",
"language": "string",
"country": "string",
"tags": [
"string"
],
"path": "string",
"verified": true,
"embargo": {
"event": true,
"end": 0
},
"warnings": null,
"aspera": {
"username": "string"
},
"created": 0,
"$flags": null,
"$links": {
"self": "//example.com/path/to/object",
"project": "//example.com/path/to/object",
"asset": "//example.com/path/to/object"
},
"$aspera": {
"downloaded": true
}
}'