I read about throttling limits. And it is 10000 requests per 10 minutes. But I have 429 (Too Many Requests) error code after 77 requests. I use Microsoft.Graph 3.8.0 .net core sdk and developers subscription. Maybe developers subscription has it's own limits? Also some of my requests are batch requests (15 requests per each batch). How batch request will be handled? As 1 or as 15 requests? But 77x15=1155. It's also far from 10000.
Pleas help me figure out this issue
Btw, I test it with message resource