cURL
curl --request POST \ --url https://api.tilt.io/api/v1/custom/org/{organization_uuid}/optimized_proposal/ \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "external_ids": [ "<string>" ], "generate_backtest": false }'
{ "proposal_uuids": [ "<string>" ] }
The response is of type object.
object