Retrieves a specific page by ID
curl --request GET \ --url http://base.url.com/pages/{id} \ --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