POST /v1/api/{projectId}/device/{deviceId}/get-impulse-records HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"index": 1,
"range": {
"first": 1,
"last": 1
},
"list": [
1
]
}