Authorization: Bearer ********************
{
"amount": 0
}
curl --location --request POST '/card/CA1423741565272096/3ds-auth/mock' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0
}'
{
"id": "CT3DSA1508634777354273",
"cardId": "CA1423741565272096",
"walletId": "WA13146381976",
"cardPan": "524604******0058",
"txnCurrency": "EUR",
"txnAmount": 1.02,
"cardAcceptorLocationName": "KFC Paris",
"cardAcceptorLocationCountry": "FR",
"authResult": "AUTHORIZED",
"expiredTime": "2023-11-02T09:28:40.000Z",
"createdTime": "2023-11-02T09:23:40.000Z",
"updatedTime": "2023-11-02T09:23:40.000Z"
}