ping

Ping the server.

{
    "method": "ping",
}
Example response
{
    "method": "pong",
    "timestamp": <timestamp>,
    "status": "success",
}

Last modified September 13, 2024: docs (076b384)