Send device data to the platform.
Request Topic and Payload
Topic
things5-production/v1/devices/<device-id>/logs/ingest_req
Payload Representation
{
    "request_id": "UUID",
    "logs": [
        ["1667451579000", "foo"],
        ["1667451580000", "bar"]
    ]
}
Payload Parameters
| type | desctiption | 
|---|---|
| logs | An array of arrays composed by a unix timestamp in milliseconds and the log line | 
