curl --location -g --request POST '/cryptomate/cards/{{card_id}}/3ds-authentication' \
--header 'X-API-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": {
"transaction_id": "txn_456",
"authentication_value": "123456"
}
}'{}