curl --request POST \
--url https://api.example.com/common/cache/latest \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"editionID": 1
}
'{
"success": true,
"data": "<unknown>"
}Gets the latest cacheable items shared by all users. This includes latest news topics, keywords, and categories, as well as countries, languages, timezones, editions, recent searches, and trending popular terms.
curl --request POST \
--url https://api.example.com/common/cache/latest \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 1,
"editionID": 1
}
'{
"success": true,
"data": "<unknown>"
}