curl --request POST \
--url https://api.acedata.cloud/identity/bankcard/check-1e \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"bank_card": "<string>",
"encryption": [
{
"iv": "<string>",
"tag_list": [
"<string>"
],
"algorithm": "<string>",
"encrypt_list": [
"<string>"
],
"ciphertext_blob": 123
}
]
}
'