Authorization: ********************
{
"resource_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/insights/insights/getoutputconfiguration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"resource_id": "string"
}'
{
"output_configuration": {
"blob": "string"
}
}