The below Curl returns an image. I am struggling to find Roku equivalent code to fetch an image and display it in poster node.
curl -X GET \
https://xiorchestrate-xos-svc.prod.ocean.com:8443/xos/users/ocean-cf0183fb-9e93-4964-859b-XXXXXX/photos/profile \
-H 'Accept: */*' \
-H 'Authorization: Bearer XXXXX-9024-44b4-8552-d7d799ec00c8' \
-H 'cache-control: no-cache'
Can someone help me?