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>" } ]
List of all pages
The response is of type object[].
object[]