cURL
curl --request POST \ --url https://api.example.com/api/device/props/get \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
The body is of type object.
object
The response is of type object.