Migration of information and data that are based in C# in Strapi

Hi everyone! Hope you are having a great time.
I have a task that has to be done in a short time.
Long story short : There is some C# code from where I have to take out some data and store in Strapi. I tried many times, but it’s the wrong way of migrating.
If anyone has free time to explain me, I would be thankful :slightly_smiling_face:

This topic has been created from a Discord post (1234942771362664470) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Normally you use something like Flurl and just serialise

But there is no easy way, you write a C# script and dump your models data as JSON to strapi

via POST requests