curl --request POST \
--url https://cloud.bytebeam.io/api/v1/panel-data-csv \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data 'json=<string>'
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/panel-data-csv \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data 'json=<string>'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.