Authorization: Bearer ********************{
"model": "qwq",
"model_type": "llm"
}curl --location --request DELETE '/boss/api/model-providers/<string:provider>/models' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwq",
"model_type": "llm"
}'{}