Hi, your response is JSON. You'll want to deserialize it using one of the JSON modules (JSON, Cpanel::JSON::XS for example). Then you'll have a deep Perl data structure you can get at like a normal hash.
Hope this helps!
The way forward always starts with a minimal test.