---
title: GetUser
---
graph TD
    Start@{label: "Start", shape: pill, x-posX: 400, x-posY: 100}
    End@{label: "End", shape: pill, x-posX: 400, x-posY: 400}
    Start --> End;
