Get the status of the server
This endpoint allows you to get the status of the server.
GET
/api/status
curl \
-X GET https://api.fincalc.co.uk/api/status
Response examples (200)
{
"success": true,
"data": {}
}