curl --unix-socket /run/miru/miru.sock \
--request GET \
--url http://localhost/v1/version{
"version": "v0.1.0",
"commit": "a1b2c3d4"
}Retrieve the version of the agent.
curl --unix-socket /run/miru/miru.sock \
--request GET \
--url http://localhost/v1/version{
"version": "v0.1.0",
"commit": "a1b2c3d4"
}