Calling a standalone function via API not wroking
Hi,
I've defined a standalone function called test_function to which I'm doing a POST requset via Postman.
Getting this error:
{
"code": "INVALID_TOKEN",
"details": {},
"message": "invalid oauth token",
"status": "error"
}