pub(crate) async fn version_handler() -> Json<Value>
REST endpoint reporting the server’s build version and process id.
Returns a JSON object: { "version": "5.0.0", "pid": 1234 }.
{ "version": "5.0.0", "pid": 1234 }