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