get https://api.mixmax.com/v1/livefeedsearches
Return all livefeed searches that the user has access to
Response Format
| _id | String | Unique ID |
| userId | String | The ID of the user who owns the report |
| title | String | The title of the search. |
| query | String | The query that the search performs. |
| createdAt | Date | The date the report was created. |
| updatedAt | Date | The date the report was last modified. |
| shared | Object | See format |
