{
    "success": true,
    "message": "API Information",
    "data": {
        "api": "Mobile API vv1",
        "version": "v1",
        "endpoints": {
            "login": "\/v1\/auth\/login",
            "logout": "\/v1\/auth\/logout",
            "user_settings": "\/v1\/user\/settings",
            "notifications": "\/v1\/notifications",
            "call-logs": "\/v1\/call-logs",
            "reminders": "\/v1\/reminders",
            "version": "\/v1\/version",
            "health": "\/v1\/health"
        },
        "status": "active"
    }
}