curl --location --request POST '/v1/Transaction/StartTRQRCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"QRCode": "99999921111613423221d1f09a88f8c5739a7954572a2056a2C4EE",
"CardId": 4346100007612917,
"CardHolderFirstName": "test",
"CardHolderLastName": "test",
"Amount": "",
"LocationData": ""
}'
{
"status": 0,
"code": null,
"message": null,
"payload": {
"resultCode": 0,
"resultDescription": "SUCCESS",
"qrExpireDate": null,
"messageReferenceNumber": "baa1ca92-c13f-42da-9644-7bfc9f2d1925"
}
}