A clear and concise description of what you want the system to do.
A simple endpoint with GET method to trigger a re-read of the users.json into the memory of Caddy-Server application runtime. Thing to consider, I would include the option to restrict which IP or range of IPs can call the endpoint and possible
../reload_local
What are the Caddyfile directives that need to be added.
Add Caddyfile directive:
{
security {
restrict_reload_local IP:[LIST]
}
}