Task #3120
Feature #3116: Couple of changes to ChatGPT answer page on the site
FE: Fetch youtube source urls from the 'bookSource' API. Update the book names with the links in the /chatgptplus page.
Description
1. Fetch youtube book source urls from the 'bookSource' API.
API Endpoint: /admin/content/api/v1/bookSource Method: POST Request Body: { "bookIds": [<array of bookId>] }
2. Once the /chatgptplus page loaded, do 'bookSource' API call and update the BookName with Links.
Suppose if someone click on the book-name then the link should open in a new tab.