Authorization: Bearer ********************curl --location --request GET 'https://api.eu-west-1.aworld.cloud/dashboard/v1/streak-rules//translations?limit&nextToken' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"workspaceId": "stringstri",
"streakRuleId": "string",
"lang": "aa",
"name": "string",
"description": "string",
"accountId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
}