Added
Add POST /status liveness check
about 14 hours ago by ReadMe API
Added a POST /status endpoint that mirrors GET /status as a liveness-only check. Unlike GET /status, it returns { "status": "ok" } even when the database is unreachable, so it reflects only whether the API process is up.
