Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha3/listproducts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"products": [
{
"category_one": "string",
"category_two": "string",
"category_three": "string",
"product_name": "string"
}
]
}