[Knowledge Graph API] Support "details" modal

Ref: https://serpapi.com/playground?q=AW3423DW&location=Austin%2C+Texas%2C+United+States&gl=us&hl=en
Just sharing insights:
Information on the details modal is within the raw html:

However, responsible parts for extracting it doesn't have id for js extraction, and the element with js-data is not extracting responsible part with the methods we have (plus, it is an element that contains both modals, reviews and details). If we can find a way to tie the existing details element .XpqX9[data-name="details"] to a body in html that is carefully extracted, we can have a solution.

I tried and couldn't find a solution to it.
id = doc.at_css('.psgQSb[data-name="details"]').id
# => "_Hc25Yrz-EZmC0PEP_aaRkA8115"
extract_js_div(id)
# parse data as usual
I can expand my comment if more explanation is needed :-)