curl --request POST \
--url https://api.gputrader.io/v1/rentals/{rentalId}/stacks \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"template": {
"name": "<string>",
"description": "<string>",
"content": "<string>",
"environmentVariables": {},
"insecure": false,
"isBasicAuthEnabled": false,
"isSSHEnabled": false
}
}
'