Check if the server is running
GET
/status
curl \
-X GET https://api.itsrose.rest/status
Response examples (200)
{
"status": true,
"message": "string"
}
Response examples (400)
{
"status": false,
"message": "string",
"result": {}
}
Response examples (401)
{
"status": false,
"message": "string",
"result": {}
}
Response examples (500)
{
"status": false,
"message": "string",
"result": {}
}