๐The new Browserless is Live! Experience the future of web scraping now!๐
x-api-key: ********************
{
"groupId": "string",
"profileIds": [
"string"
]
}
curl --location --request PUT 'http://localhost:8848/api/v2/profiles/group/batch' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"groupId": "string",
"profileIds": [
"string"
]
}'
{
"code": 0,
"data": "string",
"err": true,
"msg": "string"
}