Ping

Ping the server.

{
    "method": "ping",
}
Example response
{
    "method": "pong",
    "timestamp": "2024-07-26 15:29:23.284806 -07:00",
    "status": "success",
}

Last modified August 27, 2024: status (37a7a45)