curl --request PUT \
--url https://api.production.hyperoru.com/api/account/{account_id}/strategy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"exchange": "<string>",
"scheduled_trigger_enabled": true,
"signal_pool_ids": [
123
],
"trigger_interval": 123
}
'