Authorization: Bearer ********************
{
"concatId": "4c0994a5-acf1-436f-be85-4326ba4ea09d",
"stage": 2
}
curl --location --request POST '/gcs/sdb/statement' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"concatId": "4c0994a5-acf1-436f-be85-4326ba4ea09d",
"stage": 2
}'
{
"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"
}
]
}