List<int> cborEncodeApplicationJson(String content) { return cbor.encode(CborValue({ 'content': content, 'contentType': 'application/json', })); }