curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/model/parse/watson' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "d3b45276-7f06-4f95-bc9b-93c198155e27",
"text": "Hello"
}'
{}