curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/get-impulse-records \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"index": 123,
"range": {
"first": 123,
"last": 123
},
"list": [
123
]
}'