API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
curl --location --request GET 'https://api.linksfield.net/cube/v4/sims/8984012211500000019/remaining_data' \ --header 'Accept-Language: zh-CN' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type;' \ --header 'timestamp;' \ --header 'nonce;' \ --header 'Content-Type: application/json'
{ "data": { "remaining_data": 1073741824 }, "status": { "code": "CB-00-0000", "message": "成功", "detail": "https://apidoc-cn.iotcube.link/" } }