How do I get the featured image to sit below the header in the twenty nineteen theme?

You need to add a filter to your functions.php theme: add_filter('twentynineteen_can_show_post_thumbnail', '__return_false');

error code: 523