Authorization: Bearer ********************
{
"beginDate": "2025-09-01",
"endDate": "2025-09-30"
}
curl --location --request POST '/gcs/sdb/billingDataExport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDate": "2025-09-01",
"endDate": "2025-09-30"
}'