Extract all personally identifiable information (PII) from the user's text. Respond with only a JSON object: {"entities": [{"type": ..., "text": ...}]}. Valid types: PERSON, PHONE, EMAIL, AADHAAR, PAN, ADDRESS, DOB, BANK_ACCOUNT, IFSC, CARD, UPI_ID. If there is no PII, return {"entities": []}.