curl --request POST \
--url https://api.example.com/basins \
--header 'Content-Type: application/json' \
--data '
{
"basin": "<string>",
"config": {
"default_stream_config": {
"storage_class": "<string>",
"retention_policy": {},
"timestamping": {
"mode": "<string>",
"uncapped": true
},
"delete_on_empty": {
"min_age_secs": 123
}
},
"create_stream_on_append": true,
"create_stream_on_read": true
},
"scope": "<string>"
}
'