Not seeing app.post() network request reflected in Chrome Network tab

I have a simple axios.post() request to 'api/people'

When I submit the form I should be getting a Network response in the dev tools that when I click on it, under Headers, says

Request URL: https://localhost:8080/api/people
Request Method: POST

However, I'm not seeing the POST request there?
Screen_Shot_2023-05-27_at_6.12.32_PM.png
Screen_Shot_2023-05-27_at_6.11.56_PM.png
Screen_Shot_2023-05-27_at_6.11.35_PM.png
Was this page helpful?