Hey there! First Iβd like to welcome you to the Postman community and congrats on making your first post!
So at a glance, it looks like you are calling pm.response.json().lapse_status, which, does not actually exist.
Your response appears to have keys for eligibility_check, status and status_description.
What you should be calling is pm.response.json().eligitility_check.lapse_status
So, in other words, change jsonData.lapse_status to jsonData.eligibility_check.lapse_status