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