Create customer using cURL in node js

Create customer using cURL in node js

When i use get method then it gives list of all customer but for create user when i use 'post' method then i got error like below.

response.statusCode = 400
{"code":40002,"message":"Request Payload should not be empty for the request."}