Clones an existing page based on the provided ID
curl --request POST \ --url http://base.url.com/pages/{id}/clone \ --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