How to set a template with wp_insert_post
I'm trying to set my template to the Elementor Canvas when using wp_insert_post but it isn't working. It is creating the new page fine but not using the canvas. What am I doing wrong?
{
action: create_post,
post_author: authorID,
post_content: post content,
post_title: Leave us a Review,
post_status: publish,
post_type: page,
comment_status: closed,
post_name: post-name,
page_template: elementor_canvas
}