curl --request POST \
--url https://api.example.com/trending/popular-terms \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageId": 1
}
'{
"success": true,
"data": "<unknown>"
}Get the trending search items details and specific concat and medias
curl --request POST \
--url https://api.example.com/trending/popular-terms \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageId": 1
}
'{
"success": true,
"data": "<unknown>"
}