{
    "service": "Verification Code Hub API",
    "status": "online",
    "endpoints": {
        "POST \/api\/send-code": "Store new verification code (returns id)",
        "GET \/api\/get-code?id={id}": "Fetch verification code by id",
        "GET \/api\/get-code\/{id}": "Fetch verification code by path id"
    }
}