Authorization: Bearer ********************curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/getportallinksbydaterange' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"org_id": "string",
"region_id": "string",
"start": "1s",
"end": "1s",
"page_size": 0,
"page_num": 0,
"method_id": "REQUEST_METHOD_UNKNOWN"
}'