Retrieve brands and interests for instagram.
curl -X GET "https://api.gateway.walee.ai/api/ask/interests" \ -H "x-api-key: YOUR_API_KEY"
{"success": true,"message": "Instagram brands and interests fetched successfully","payload": {}"success": true,"data": {}"interests": [{],"id": 1,"name": "Television & Film","count": 13454,"deprecated": true}"brands": [}{]"id": 46,"name": "Aéropostale","count": 111,"deprecated": false,"interest": [}{]"id": 7}
{ "success": false, "message": "Failed to fetch brands and interests" "payload": {} }
{ "success": false, "message": "Something went wrong. Please try again later." "payload": {} }