curl --location --request POST 'https://dev.your-api-server.com/api/nlu/v1/model/re-train/queue' \
--header 'authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "...",
"modelId": "..."
}'
{}