curl --location --request POST 'https://api.yunai.xyz/agent_api.php' \ --header 'Authorization: Bearer sk-xx' \ --form 'act="create_model"' \ --form 'model_name="test1"' \ --form 'line_type="1"'
{ "code": "1", "msg": "成功!", "data": { "model": { "model_name": "文雅哥", "model_type": "0", "model_id": "28", "model_status": "0" } } }