curl --request POST \
--url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id}/runtimes \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"auth_token": "<string>",
"description": "<string>",
"is_private": true,
"managed_status": "<string>",
"managed_type": "<string>",
"name": "<string>",
"owner_id": "<string>",
"properties": {},
"runtime_id": "<string>",
"url": "<string>"
}
'