cd frontend npm create vite@latest . -- --template react-ts npm install npm run dev
export async function blockHDFCCard(data: BlockCardRequest): Promise< success: boolean; referenceId?: string; error?: string > const response = await fetch( $API_BASE/cards/hdfc/block , method: 'POST', headers: 'Content-Type': 'application/json' , body: JSON.stringify(data), ); return response.json(); block hdfc credit card