List all LinkedIn browser profiles with pagination.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/browsers/api/linkedin-browsers/list \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"limit": 20,
"offset": 0,
"order_field": "created_at",
"order_type": "asc"
}'