Accessing APIs is new territory for me. I am trying to access an API using TNetHttpClient component. The curl example provided is:
curl --request GET 'https://api.samsara.com/fleet/vehicles/stats' \
-d types='engineStates' \
-d decorations='gps' \
--header 'Authorization: Be...