curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/v2/transaction/detailTransaction' \
--header 'Authorization: Bearer 3e4f7ea2-c90c-4e63-adae-7d67e17d3854' \
--form 'transRefId="691fc6f2659cde8bd9cc3bc5"' \
--form 'deviceId="4E8EB138-DFA0-48A9-94A3-85EC056C7A9E"'{
"err": 0,
"message": "string",
"data": [
{
"name": "string",
"value": "string",
"dataType": "string",
"isMapping": true,
"isCopy": true,
"needSecured": true,
"needsDisplay": true,
"currency": "string",
"isFormula": true
}
]
}