导入策略
POST
/research/strategy-imports在线调试POST https://api.shengkezhi.com/open/v1/research/strategy-imports等效 curl
curl "https://api.shengkezhi.com/open/v1/research/strategy-imports" \
-H "Authorization: Bearer sk_xxx" \
-H "Content-Type: application/json" \
--data '{"tomls":["示例值"]}'POST /research/strategy-imports — 导入策略。
需在请求头携带 Authorization: Bearer sk_xxx。