Authorization: Bearer ********************curl --location --request PATCH 'https://api.eu-west-1.aworld.cloud/dashboard/v1/media/?scope' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"translations": [
{
"lang": "aa",
"label": "string",
"description": "string"
}
]
}'{
"mediaId": "FUMzPf00hz_kcj2R2Hlzq",
"fileName": "string",
"originalFileName": "string",
"contentType": "string",
"fileType": "image",
"scope": "workspace",
"key": "string",
"fileSize": 1,
"url": "http://example.com",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}