Retrieve channel videos for youtube.
curl -X GET "https://api.gateway.walee.ai/api/ask/yt/channel/videos?channelId={channelId}&sortBy={sortBy}" \ -H "x-api-key: YOUR_API_KEY"
{"success": true,"message": "YouTube channel videos fetched successfully","payload": {}"success": true,"videos_list": {}"videos": [}{]"video_id": "string","thumbnail": "string","title": "string","time": "string","published_ago": "string","views": 0}
{ "success": false, "message": "Failed to fetch channel videos" "payload": {} }
{ "success": false, "message": "Something went wrong. Please try again later." "payload": {} }