Asaf David
Results
1
comments of
Asaf David
Solution: 1. Remove "Content-Type" header 2. body should be a stringified object with one key "text" and a string value `body: JSON.stringify({ text: 'some string...' })`