curl --location -g --request GET 'https://api.gizwits.com/app/devices//raw_data?type={type}&start_time={start_time}&end_time={end_time}&limit={20}&sort={asc}' \ --header 'X-Gizwits-Application-Id;' \ --header 'X-Gizwits-User-token;'
{ "meta": { "start_time": 0, "end_time": 0, "type": "string", "did": "string", "skip": 0, "limit": 0, "sort": "string", "total": 0 }, "objects": [ { "type": "string", "ip": "string", "timestamp": 0, "payload_bin": "string" } ] }