curl --request GET \
--url http://localhost:3091/v1/api/search-alerts \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"departureCity": "<string>",
"arrivalCity": "<string>",
"isActive": true,
"emailDigest": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]Returns all search alerts for the authenticated user
curl --request GET \
--url http://localhost:3091/v1/api/search-alerts \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"departureCity": "<string>",
"arrivalCity": "<string>",
"isActive": true,
"emailDigest": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]