Retrieves the current status of the API server. This includes the server’s uptime, start time, current time, and software version.
curl --request GET \ --url https://earn.turtle.vision/v1/api/status
{ "uptime_seconds": 123, "started_at": "<string>", "current_time": "<string>", "version": "<string>" }
Represents the status of the API server.