**Description:** Allow users to check the status of their KYC submission. **Tasks:** - [ ] Create `GET /api/users/me/kyc` - [ ] Require authentication - [ ] Return KYC record for the current user (status, submission date, review notes) **Acceptance Criteria:** Returns `404` if no KYC submitted; returns KYC record with status if submitted. ---
Description:
Allow users to check the status of their KYC submission.
Tasks:
GET /api/users/me/kycAcceptance Criteria:
Returns
404if no KYC submitted; returns KYC record with status if submitted.