curl --request PUT \
--url https://api-staging.pixwel.com/api/translations \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"_id": "52e11b5a67d62160058b456a",
"asset": "52e0737c67d621417c8b4583",
"workRequest": "52e11b4c67d62160058b4567",
"language": "DAN",
"status": "incomplete",
"created": 1390484314,
"$links": {
"self": "//api-staging.pixwel.com/api/Translations/52e11b5a67d62160058b456a",
"asset": "//api-staging.pixwel.com/api/Assets/52e0737c67d621417c8b4583",
"workRequest": "//api-staging.pixwel.com/api/Workrequests/52e11b4c67d62160058b4567"
}
}
'