Status check
Health check route to check the status of all downstreams system.
/status
accept: application/json
curl -X GET -H "accept: application/json" "http://my-api.com/status"
content-type: application/json
{ "status": "OK" }