LDs_GroupOriginal post
Rank 2: Process
Summary
Someone had a problem with making a post request in Appwrite function. The issue was that they forgot to parse the body in the functions. The problem has been solved by JSON stringifying the body before sending the request with the REST API.