建立因子最佳化目標設定檔
POST /v1/factors/objective-profiles - 儲存最佳化目標設定檔的新不可變版本。
POST /v1/factors/objective-profiles
儲存最佳化目標設定檔的新不可變版本。
| 方法 | POST |
| 路徑 | /v1/factors/objective-profiles |
| 認證 | Authorization: Bearer <token> 必填 |
| 類別 | research |
請求本文
{ "profile": { "id": "custom-robust", "version": 1, "name": "Custom Robust", "checksum": "..." } }回應本文
{ "profile": { "id": "custom-robust", "version": 1 } }