curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/model/parse/wit' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "c730ef6e-ae1f-4fe3-9261-a467fd59d867",
"text": "hello apache"
}'
{}