curl --location --request POST 'https://dev.your-api-server.com/api/ner/v1/model/parse' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "2341c470-6965-422b-b3ce-4333df4bf643",
"text": "hello apache"
}'
{}