username:passwordAuthorization: Basic *****************{
"actionFeeCnt": 0,
"fxFeeProrate": 0,
"cardId": "string"
}curl --location --request PUT 'https://service-test.infiniax.com/open-api/v1/cards/append-fee' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionFeeCnt": 0,
"fxFeeProrate": 0,
"cardId": "string"
}'{
"code": 0,
"message": "",
"data": {
"actionFeeCnt": 0.02,
"fxFeeProrate": 0.003
},
"timestamp": 1731121976191
}