Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/getomniexchangeelements' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"headers": [
{
"exchange_id": "string",
"name": "string"
}
]
}