curl -X POST 'https://api-staging.pixwel.com/api/previews' \
-H 'Authorization: Basic <credentials>' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"_id": "507f1f77bcf86cd799439011",
"asset": "507f1f77bcf86cd799439011",
"project": "507f1f77bcf86cd799439011",
"studio": "507f1f77bcf86cd799439011",
"revision": "string",
"label": "string",
"created": 0,
"$links": {
"self": "//example.com/path/to/object",
"asset": "//example.com/path/to/object",
"project": "//example.com/path/to/object",
"studio": "//example.com/path/to/object"
},
"path": "https://example.com/path/to/object",
"language": "string",
"type": "string",
"embargo": {
"start": null,
"end": 0
}
}'