curl --location --request GET 'https://dev.enrich.so/api/v3/lead-finder/saved' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": [
{
"id": "665e0b2f4a6d8c001abc1234",
"name": "Engineering VPs in Bay Area",
"filters": {
"jobFunction": [
"Engineering"
],
"jobLevel": [
"VP"
],
"city": "San Francisco"
},
"createdAt": "2025-06-03T14:00:00.000Z",
"updatedAt": "2025-06-03T14:00:00.000Z"
}
],
"meta": {
"requestId": "req_664f2b3c9a1e4d0012abcdf5"
}
}