Refactor KYC image upload response structure in kyc.service.js - Updated uploadKycImage function to return a structured response object. - Introduced an identity object to encapsulate user information. - Cleaned up response handling by ensuring quote and identity are included in the final response. - Improved logging for better traceability during KYC processing.