Basic I/O function doesn't accept request body

Basic I/O function doesn't accept request body

you have created a Basic IO function for which you have sent the payload in request body. For Basic IO functions, the request data should be sent via the query parameters in GET method.