curl -X PUT 'https://api-staging.pixwel.com/api/translations/{id}' \
-H 'Authorization: Basic <credentials>' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"_id": "507f1f77bcf86cd799439011",
"asset": "507f1f77bcf86cd799439011",
"workRequest": "507f1f77bcf86cd799439011",
"language": "string",
"lines": [
{
"number": 0,
"startTime": "string",
"stopTime": "string",
"range": [
0
],
"text": "string",
"alignment": "string",
"inOffset": 0,
"outOffset": 0
}
],
"translator": "string",
"status": "string",
"created": 0,
"$links": {
"self": "//example.com/path/to/object",
"asset": "//example.com/path/to/object",
"workRequest": "//example.com/path/to/object",
"translator": "//example.com/path/to/object"
}
}'