Authorization: Bearer ********************{
"entity": {
"before_sid": 0,
"limit": 0
},
"mask": "string"
}curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/delivery/listencryptions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": {
"before_sid": 0,
"limit": 0
},
"mask": "string"
}'{
"entities": [
{
"aes_password": {
"password": "string"
}
}
]
}