Good evening, anyone has an idea on how to pass body to appwrite function using postman? this is how I've passed it :
{
"providerName": "adamu"
}
and I keep getting this error:
"Request body is empty or not a string/object.",
but when I execute using the appwrite console I get the appropriate response.
Thanks in advance
TL;DR
Developers are having trouble passing a body to an appwrite function using Postman, resulting in a "Request body is empty or not a string/object" error. The body they are trying to pass is {"providerName": "adamu"}. The function works correctly when executed using the appwrite console.