Hey, all the time until today I used GET API Call to Stripe with empty body. It was working fine.
Today however, it started to reject empty body for me (1st screen)
I tried to provide empty body: {}, but then API call returns null value (2nd screen).
Is something changed recently for API calls node?