Ping the server to check if it is alive
/ping_auth
Ping response
curl -L \ --url 'https://api.spectrallabs.xyz/ping_auth' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "data": "pong" }