curl --request GET \
--url https://rippletide-backend.azurewebsites.net/health{
"status": "ok",
"message": "<string>"
}Check if the server is running
curl --request GET \
--url https://rippletide-backend.azurewebsites.net/health{
"status": "ok",
"message": "<string>"
}