I am trying to perform a Send HTTP Request to retrieve the previous version of a SharePoint list item. I realize that you can do _api/web/lists/GetByTitle('ListName')/items(ID)/Versions to retreive all versions and their information. But I only want to receive the specific version I am interested in.
Below is what I am currently doing, and the response I get back.

After running the flow..

Any support would be very much appreciated.
Thanks!