curl --request POST \
--url https://app.baseplate.ai/api/datasets \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"columns": [
{}
],
"metadata_cols": [
{}
],
"image_cols": [
{}
],
"hybrid": true
}
'