get_page_image: Use POST rather than GET
Under perverse circumstances the list of page titles for fetching a batch of lead images can trigger a 414 URI Too Long response from the Action API. Using POST rather than GET to make the request should avoid this failure scenario.