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