{
"model": "napcat"
}curl --location --request POST 'http://localhost:3000/_get_model_show' \
--header 'Authorization: token值' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "napcat"
}'{
"status": "string",
"retcode": 0,
"data": [
{
"variants": {
"model_show": "string",
"need_pay": true
}
}
],
"message": "string",
"wording": "string",
"echo": "string",
"stream": "string"
}