x-api-token: ********************
{
"name": "test"
}
curl --location --request PUT 'https://api.scrapeless.com/browser/profiles/' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"name": "test"
}'
{
"success": true
}