Retrieve creator information for instagram.
curl -X GET "https://api.gateway.walee.ai/api/ask/ig/creator/info?handle={handle}&filter=category" \ -H "x-api-key: YOUR_API_KEY"
{"success": true,"message": "Instagram creator info fetched successfully","payload": {}"status": "ok","user": {}"pk": 0,"username": "string","full_name": "string","profile_pic_url": "string","profile_pic_url_hd": "string","is_business": true,"is_private": true,"is_verified": true,"media_count": 0,"follower_count": 0,"following_count": 0,"biography": "string","external_url": "string","has_highlight_reels": false,"category": "string","has_clips": "string","has_guides": true,"has_channel": "string","total_igtv_videos": 0}
{ "success": false, "message": "Failed to fetch creator info" "payload": {} }
{ "success": false, "message": "Something went wrong. Please try again later." "payload": {} }