This endpoint retrieves the details of a QR card based on the provided QR code and office information.
code (path) : The QR code for the card.
office (query, optional) : The name of the office.
Upon a successful request, the endpoint returns an array of qrCards containing the following details:
id : The unique identifier of the QR card.
title : The title of the card.
description : The description of the card.
employee : Details of the associated employee, including email, mobile, name, code, and custom fields.
balanceLeft : The remaining balance on the card.
transferredAmount : The amount transferred from the card.
initialAmount : The initial amount loaded on the card.
officeDetails : Information about the office, such as name, ID, GSTIN, registered name, registered address, currency, and tags.
completed : Indicates if the card setup is completed.
validDate : The validity date of the card.
cardLimit : The limit of the card.
monthly : Indicates if the card is valid for a month.
currentMonth : The current month for the card.