curl --request GET \
--url https://api.aws53.cloud/v1/intent/topics/{topicId}/trend{
"data": [
{
"date": "<string>",
"topicName": "<string>",
"type": "<string>",
"industry": "<string>",
"category": "<string>",
"uniqueAudience": 123,
"totalSignals": 123,
"avgScore": 123,
"highAudience": 123,
"mediumAudience": 123,
"lowAudience": 123
}
]
}curl --request GET \
--url https://api.aws53.cloud/v1/intent/topics/{topicId}/trend{
"data": [
{
"date": "<string>",
"topicName": "<string>",
"type": "<string>",
"industry": "<string>",
"category": "<string>",
"uniqueAudience": 123,
"totalSignals": 123,
"avgScore": 123,
"highAudience": 123,
"mediumAudience": 123,
"lowAudience": 123
}
]
}