{"service":"GiftCred Auth API","status":"running","health":"/health","endpoints":{"auth":{"login":"POST /api/auth/login","register":"POST /api/auth/register","otpRequest":"POST /api/auth/otp/request","otpVerify":"POST /api/auth/otp/verify","refresh":"POST /api/auth/refresh","logout":"POST /api/auth/logout","me":"GET /api/auth/me","mfaSetup":"POST /api/auth/mfa/setup","mfaEnable":"POST /api/auth/mfa/enable","mfaVerify":"POST /api/auth/mfa/verify","sessions":"GET /api/auth/sessions","revokeSession":"DELETE /api/auth/sessions/:id","googleSso":"GET /api/auth/sso/google","microsoftSso":"GET /api/auth/sso/microsoft"},"users":{"list":"GET /api/users","roles":"GET /api/users/roles","invite":"POST /api/users/invites","acceptInvite":"POST /api/users/invites/accept"},"accounts":{"list":"GET /api/accounts","createMaster":"POST /api/accounts/master","createChild":"POST /api/accounts/child"},"audit":{"logs":"GET /api/audit/logs"},"catalog":{"list":"GET /api/catalog","product":"GET /api/catalog/:sku"},"catalogue":{"list":"GET /v1/catalogue","setVisibility":"PATCH /v1/catalogue/:sku/visibility","setCurrency":"PATCH /v1/catalogue/:sku/currency","grantAccess":"POST /v1/catalogue/access","exclude":"POST /v1/catalogue/exclusions","customerGroups":"GET/POST /v1/customer-groups"},"orders":{"list":"GET /api/orders","refresh":"POST /api/orders/:orderId/refresh","purchase":"POST /api/purchase"},"ledger":{"myWallets":"GET /api/ledger/wallets/me","placeHold":"POST /api/ledger/holds","captureHold":"POST /api/ledger/holds/:id/capture","voidHold":"POST /api/ledger/holds/:id/void"}}}