UART communication TI CC1352R1 Launchpad and Notecard Wifi

I am sending these JSON string from TI CC1352R1 Launchpad.
const char testnote[100] = “{"req":"note.add","body":{"temp":40.5,"humid":60.23}}”;
const char syncnotehub[100] = “{"req":"hub.sync"}”;

Regards,
Markel