x-api-key: ********************
curl --location --request GET 'https://api.predict.fun/v1/tags' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "id": "string", "name": "string" } ] }