Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/p3api/listcustomdatakeys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data_keys": [
{
"name": "string",
"value": "string",
"client_properties_sid": 0
}
]
}