curl --request POST \ --url https://{defaultHost}/api/v1/pages \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data '{ "user_page": { "title": "<string>", "content": "<string>" } }'
successful
Was this page helpful?