x-api-token: ********************
{
"name": "test"
}
curl --location --request POST 'https://api.scrapeless.com/browser/profiles' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"name": "test"
}'
{
"profileId": "3925fb92-2c4e-4235-97f2-72224cc6714b",
"name": "test"
}