curl --location 'https://api.trustpay.money/v4/risk/card-whitelists/query' \
--header 'Content-Type: application/json' \
--data '{
"card_prefix": "400022",
"card_suffix": "3223",
"sign": ""
}'{
"code": 880001,
"message": "success",
"data": {
"id": 6955938,
"card_prefix": "400022",
"card_suffix": "3223",
"created_at": "2026-08-28T13:45:58.79015+08:00",
"updated_at": "2026-08-28T13:45:58.79015+08:00"
}
}