curl --request GET \
--url http://localhost/api/status
{
"data": {
"status": "operational",
"message": "All Systems Operational"
}
}
curl --request GET \
--url http://localhost/api/status
{
"data": {
"status": "operational",
"message": "All Systems Operational"
}
}
The response is of type object
.