Authorization: ********************{
"page": 1,
"pageSize": 10
}curl --location --request POST 'http://127.0.0.1:30898/api/profile/getProfiles' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"pageSize": 10
}'{
"list": [
{
"createdBy": "Bryan",
"createdTime": "2025-04-17 06:45:47",
"id": "72c466b0f532486588a98c02a6267ef2",
"openTime": "2025-04-22 23:44:43",
"os": "Win32",
"owner": "Bryan",
"product": "chrome",
"profileFolder": {
"folderColor": "#FB9247",
"folderName": "Social Media",
"id": "2c92b02392f6578a0192fae0e4c40011"
},
"proxy": {
"duplicateCheck": false,
"extractMethod": 1,
"ipCheckService": "ip123in",
"protocol": "direct",
"proxyMethod": 0
},
"seq": 18,
"sort": 0,
"started": 0,
"status": 2,
"title": "_9"
}
],
"page": 3,
"pageSize": 10,
"totalNum": 29
}