curl --location --request POST 'http://dev-cn.your-api-server.com/api/rest/v1/datasets' \
--header 'authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"name": "string"
}'
{
"insert_datasets_one": {
"id": "string"
}
}