{"success":true,"message":"Restaurant Management API","data":{"version":"1.0.0","status":"running","endpoints":{"health":"GET \/health","auth":"POST \/auth\/login, POST \/auth\/register, GET \/auth\/me, POST \/auth\/change-password","restaurants":"GET \/restaurants, POST \/restaurants, PUT \/restaurants\/{id}, DELETE \/restaurants\/{id}","branches":"GET \/branches, POST \/branches, PUT \/branches\/{id}, DELETE \/branches\/{id}","floors":"GET \/floors, POST \/floors, PUT \/floors\/{id}, DELETE \/floors\/{id}","tables":"GET \/tables, POST \/tables, PUT \/tables\/{id}, DELETE \/tables\/{id}","menu":"GET \/menu\/categories, GET \/menu\/items, POST \/menu\/categories, POST \/menu\/items","orders":"GET \/orders, POST \/orders, PUT \/orders\/{id}, POST \/orders\/{id}\/status, POST \/orders\/{id}\/payment","users":"GET \/users, GET \/users\/{id}, PUT \/users\/{id}, DELETE \/users\/{id}","inventory":"GET \/inventory\/items, POST \/inventory\/items, GET \/inventory\/movements, POST \/inventory\/movements","purchase-orders":"GET \/purchase-orders, POST \/purchase-orders, POST \/purchase-orders\/{id}\/approve, POST \/purchase-orders\/{id}\/receive","expenses":"GET \/expenses, POST \/expenses, PUT \/expenses\/{id}, DELETE \/expenses\/{id}","suppliers":"GET \/suppliers, POST \/suppliers, PUT \/suppliers\/{id}, DELETE \/suppliers\/{id}","payments":"GET \/payments, POST \/payments, GET \/payments\/voucher\/{voucherNo}, PUT \/payments\/{id}, DELETE \/payments\/{id}","receives":"GET \/receives, POST \/receives, GET \/receives\/{id}, PUT \/receives\/{id}, DELETE \/receives\/{id}","accounting":"GET \/accounting\/chart-of-accounts, POST \/accounting\/journals, GET \/accounting\/balances","reports":"GET \/reports\/sales, GET \/reports\/inventory, GET \/reports\/expenses","notifications":"GET \/notifications, POST \/notifications\/{id}\/read, POST \/notifications\/read-all","images":"GET \/images\/{filename}, POST \/images, DELETE \/images\/{filename}","departments":"GET \/departments, POST \/departments, PUT \/departments\/{id}, DELETE \/departments\/{id}","settings":"GET \/settings, PUT \/settings","docs":"GET \/swagger.php"}}}