0👍
✅
the problem is solved, i just change
var postData = qs.parse(body);
to
var postData = JSON.parse(body);
thanks for helping
Source:stackexchange.com