Retrieves all pages
curl --request GET \ --url http://base.url.com/pages/all \ --header 'x-phishy-api-key: <api-key>'
[ { "id": "<string>", "title": "<string>", "content": "<string>" } ]
Unique identifier for the page
Title of the page
Content of the page