{
    "success": true,
    "service": "SMS Gateway API",
    "status": "online",
    "version": "1.0",
    "endpoints": {
        "send": {
            "method": "POST",
            "path": "/api/send"
        },
        "status": {
            "method": "GET",
            "path": "/api/status/{tracking_id}"
        }
    }
}