Returns search term suggestions from Tenor based on the partial query provided.
curl --request GET \
--url https://api.fluxer.app/v1/tenor/suggest \
--header 'Authorization: <api-key>'[
"<string>"
]Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.
The search query
The locale code for the user interface language
ar, bg, cs, da, de, el, en-GB, en-US, es-ES, es-419, fi, fr, he, hi, hr, hu, id, it, ja, ko, lt, nl, no, pl, pt-BR, ro, ru, sv-SE, th, tr, uk, vi, zh-CN, zh-TW Success
curl --request GET \
--url https://api.fluxer.app/v1/tenor/suggest \
--header 'Authorization: <api-key>'[
"<string>"
]