curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/model/multilingual' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"modelId": "fe88f82f-474f-466f-ba4b-f83a8012b83c",
"text": "Hur installerar jag Canon MF8000C-skrivare i Ubuntu 15.10?",
"textLanguage": "en"
}'
{}