curl --request POST \
--url https://api.bctrl.ai/v1/profiles/{id}/start \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"humanize": true,
"proxy": {
"type": "<string>",
"host": "<string>",
"port": 123,
"username": "<string>",
"password": "<string>"
},
"storage": "<string>"
}
'