cURL
curl --request POST \ --url https://yppncslmsswqydhhgygz.supabase.co/functions/v1/get-hashtags \ --header 'Content-Type: application/json' \ --data '{ "limit": 20 }'
{ "success": true, "hashtags": [ "<any>" ] }
Get lists of new and trending hashtags. Trending includes pinned hashtags (memes, politics, netflix).
1 <= x <= 100
Successful response
Show child attributes