{
    "success": true,
    "message": "Bardana API is running",
    "data": {
        "name": "Bardana API",
        "version": "1.0.0",
        "description": "بَردانہ انوینٹری مینجمنٹ سسٹم API",
        "database": "MySQL with utf8mb4",
        "note": "گاہک اور سپلائرز کو اکاؤنٹس کے طور پر منظم کریں",
        "endpoints": {
            "account_groups": {
                "GET \/api\/account-groups.php": "تمام اکاؤنٹ گروپس",
                "GET \/api\/account-groups.php?id={id}": "اکاؤنٹ گروپ حاصل کریں",
                "POST \/api\/account-groups.php": "نیا گروپ بنائیں",
                "PUT \/api\/account-groups.php?id={id}": "گروپ اپڈیٹ کریں",
                "DELETE \/api\/account-groups.php?id={id}": "گروپ حذف کریں"
            },
            "accounts": {
                "GET \/api\/accounts.php": "تمام اکاؤنٹس",
                "GET \/api\/accounts.php?id={id}": "اکاؤنٹ حاصل کریں",
                "GET \/api\/accounts.php?group={groupId}": "گروپ کے اکاؤنٹس",
                "POST \/api\/accounts.php": "نیا اکاؤنٹ بنائیں",
                "PUT \/api\/accounts.php?id={id}": "اکاؤنٹ اپڈیٹ کریں",
                "DELETE \/api\/accounts.php?id={id}": "اکاؤنٹ حذف کریں"
            },
            "inventory": {
                "GET \/api\/inventory.php": "تمام انوینٹری آئٹمز",
                "GET \/api\/inventory.php?id={id}": "انوینٹری آئٹم حاصل کریں",
                "GET \/api\/inventory.php?type={type}": "قسم کے حساب سے آئٹمز",
                "GET \/api\/inventory.php?lowStock=1": "کم اسٹاک آئٹمز",
                "POST \/api\/inventory.php": "نیا آئٹم بنائیں",
                "PUT \/api\/inventory.php?id={id}": "آئٹم اپڈیٹ کریں",
                "DELETE \/api\/inventory.php?id={id}": "آئٹم حذف کریں"
            },
            "transactions": {
                "GET \/api\/transactions.php": "تمام لین دین",
                "GET \/api\/transactions.php?id={id}": "لین دین حاصل کریں",
                "GET \/api\/transactions.php?type={type}": "قسم کے حساب سے لین دین",
                "GET \/api\/transactions.php?account={accountId}": "اکاؤنٹ کے لین دین",
                "POST \/api\/transactions.php": "نیا لین دین بنائیں",
                "PUT \/api\/transactions.php?id={id}": "لین دین اپڈیٹ کریں",
                "DELETE \/api\/transactions.php?id={id}": "لین دین حذف کریں"
            },
            "receipts": {
                "GET \/api\/receipts.php": "تمام رسیدیں",
                "GET \/api\/receipts.php?id={id}": "رسید حاصل کریں",
                "GET \/api\/receipts.php?account={accountId}": "اکاؤنٹ کی رسیدیں",
                "POST \/api\/receipts.php": "نئی رسید بنائیں",
                "PUT \/api\/receipts.php?id={id}": "رسید اپڈیٹ کریں",
                "DELETE \/api\/receipts.php?id={id}": "رسید حذف کریں"
            }
        }
    }
}