CBOR format error

I’m getting an error on the following CBOR payload (represented as JSON)

{"events": [{"ts": 1691445616192, "btn": 0}, {"ts": 1691445620252, "btn": 4}]}

The equivalent hex is:

a1 66 65 76 65 6e 74 73  82 a2 62 74 73 1b 00 00 01 89 d2 03 de 40 63 62  74 6e 00 a2 62 74 73 1b 00 00 01 89 d2 03 ee 1c  63 62 74 6e 04

I’d like to ideally bulk publish. Any insight here would be great!

Hi Jared!

Sorry for the delay in response. Can you try having the list as the root item?