curl --request POST \
--url https://api.example.com/api/device/file/read \
--header 'Authentication: <authentication>' \
--header 'Content-Type: application/json' \
--data '
{
"idSn": "<string>",
"path": "<string>",
"method": "<string>",
"latency": 123,
"async": true
}
'