Authorization: Bearer ********************curl --location --request GET 'getPopularHashtags' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": {
"hashtags": [
{
"id": "string",
"name": "string"
}
]
}
}