curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/model/parse' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'accessType: platform' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "cabf5732-0fd9-41e2-b0e4-a1f699ea70ed",
"text": "hello apache Test From api"
}'
{}