curl --location -g --request POST '/cryptomate/cards/{{card_id}}/3ds-configuration' \
--header 'X-API-Key: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": {
"enabled": true,
"challenge_preference": "no_preference"
}
}'{}