simple coap sample to send data to the nrf cloud

Hi
the UDP sample is a very nice example for testing LTE Cat M and NB IoT power saving features and RAI, however, it does not show data to any cloud and it does not wait for the ACK,

Now that nRF Cloud with coap has been released, is it possible to have a simple coap sample (similar to our upd sample) that send some simple data (similar to the payload we send on the upd sample) and we can see this in the cloud (at least in the terminal interface)? 

It should be easy to optionally enable at least
PSM - and change the timers
eDRX- and change the timers 
RAI
periodic upload: how often it should send data --> timer should be easily configurable (I guess it can be selected on the device?)
push button --> to send data 
CID should be default enabled.
Device should send the data, wait for ack (coap) and then go back to sleep. 
Is there any sample available that implements this?
Thanks
Lorenzo
Related