Authorization: Bearer ********************
{
"beginDate": "2025-09-01",
"endDate": "2025-09-30",
"projectId": "JN202401110002"
}
curl --location --request POST '/gcs/sdb/billingDataPage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginDate": "2025-09-01",
"endDate": "2025-09-30",
"projectId": "JN202401110002"
}'
{
"total": 0,
"totalCost": "string",
"list": [
{
"departmentName": "string",
"projectName": "string",
"serverId": "string",
"name": "string",
"period": 0,
"price": "string",
"num": "string",
"beginDate": "string",
"endDate": "string",
"days": 0,
"cost": "string"
}
]
}