cURL
curl --request POST \ --url https://api.example.com/api/device/ping/status \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "sn": "osdtdemo,osdtdemotest1" } '
{}
The response is of type object.
object