{
"creditCards": [
{
"id": "string",
"code": "string",
"name": "string"
}
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/payments/CreditCards/import/with-settings' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCards": [
{
"id": "string",
"code": "string",
"name": "string"
}
]
}'
{}