Implementing a route (/kyc-credential) in our Express app that:
Takes user input (age, firstName, lastName).
Contacts the Issuer to create a credential issuance offering.
Returns the offering data, including a qr_code_url.
Why: This route enables users to input their info and receive a QR code. Scanning the QR code with the Empe DID Wallet allows them to claim the credential.