curl --location --request POST 'https://dev.your-api-server.com/api/ner/v1/model/deploy' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"modelId": "03151214-c436-4aa0-b31d-0628addce835",
"nReplicas":1
}'
{}