curl --request POST \
--url https://api.example.com/files/query_stats \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>"
}
'{
"total_size_bytes": 123
}curl --request POST \
--url https://api.example.com/files/query_stats \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>"
}
'{
"total_size_bytes": 123
}Was this page helpful?