curl --request POST \
--url https://app.azalt.co/api/v1/dataset-items \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"datasetId": "<string>",
"data": {},
"year": 123,
"description": "<string>",
"link": "<string>",
"tags": [
"<string>"
]
}
'