curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/import/bulk/dataset' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"projectName": "Test1",
"language": ["en"],
"datasetId": "c1154e2e-7f23-48cb-9089-bcae63982343"
}'
{}