Added

Add POST /status liveness check

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.