Create Instrument based savings plan
POST {{proxiedPublicURL}}/savings_plans
Request Body
{"user_id"=>"{{latestUserID}}", "account_id"=>"{{latestAccountID}}", "type"=>"INSTRUMENT", "instrument_id"=>"LU1291109616", "instrument_id_type"=>"ISIN", "cash_amount"=>"200.00", "currency"=>"EUR", "start_date"=>"{{tomorrowLocalDate}}", "period"=>"WEEK", "interval"=>2}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| upvest-client-id | string | ||
| Content-Type | string | ||
| upvest-api-version | number | ||
| idempotency-key | string |