Strapi API v4 200 Response, but no response returned

I wrote a DotNetCore 6 console app to migrate data from a wordpress site to strapi using the wordpress rss feed. Everything works well, except that when I run my program, the first Post to my Strapi Content Type returns success with a response json, but all others return a 200 with no response json, but the post is added to the db. Is there something about using the API that results in some type of cache response?

System Information
  • Strapi Version: 4.0.7
  • Operating System: linux
  • Database: mysql
  • Node Version: 14
  • Yarn Version: 1.22.18