Authorization: Bearer ********************
{
"name": "Test",
"type": "IMAGE",
"description": "This is a test again."
}
curl --location --request POST 'http://localhost:8190/api/dataset/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test",
"type": "IMAGE",
"description": "This is a test again."
}'
{
"code": "OK",
"message": "",
"data": {
"id": 766400,
"name": "Test name",
"type": "IMAGE",
"description": "This is a test"
}
}