I'm trying to send large JSON objects to API via POST method. I heard about pagination and chunking methods. But I'm not sure how to implement them in c#(Windows console application).
Thank you for taking time and helping me out here.
I'm trying to send large JSON objects to API via POST method. I heard about pagination and chunking methods. But I'm not sure how to implement them in c#(Windows console application).
Thank you for taking time and helping me out here.