- Mock serverhttps://develop-api.esper.io/_mock/openapi/device/v0/heartbeat/{id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/device/v0/heartbeat/{id}/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/device/v0/heartbeat/{id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "code": 0, "message": "string", "content": { "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940", "timestamp": "2019-08-24T14:15:22Z", "status": 0 } }