curl --request POST \
--url https://api.example.com/v1/datasets/upload \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"inputs": [
{}
],
"action": "create",
"description": "<string>",
"outputs": [
{}
],
"metadata": [
{}
],
"splits": [
"<string>"
]
}
'