getInbox

@GetMapping
fun getInbox(@PageableDefault(size = 20) pageable: Pageable): Page<ChatInboxDTO>(source)