curl --location --request GET 'http://127.0.0.1:5678/api/model/list' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4'
{
"code": 0,
"data": [
{
"id": 0,
"platform": "string",
"name": "string",
"value": "string",
"enabled": true,
"sort_num": 0,
"power": 0,
"open": true,
"max_tokens": 0,
"max_context": 0,
"temperature": 0,
"key_id": 0,
"key_name": "string",
"created_at": 0,
"updated_at": 0
}
],
"message": "string"
}