This is the request I made:
curl --request GET \
--url https://rest.api.transifex.com/resource_translations_async_downloads/daa9a64d-eb0e-4f58-8d5f-e6d715c81c5a \
--header 'accept: application/vnd.api+json' \
--header 'authorization: Bearer <token value>
And this is the response I received:
HTTP/1.1 200 OK
Date: Mon, 20 May 2024 13:56:10 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Access-Control-Allow-Origin: *
Content-Disposition: attachment; filename="caed6f89c66da0979285773c39e35fac-sv.json"
{
"units": {
"factions": {
"arm": "Teknoarmadan",
"cor": "Cyberbarken",
<... rest of JSON file>
}