MC60 - AT commands HTTP Post

Greetings of the day!

I am working on MC60 module. I want to push data on server via HTTP Post.

URL is: http://lb.ners.in:7070/AVLS/RestServices/v2/mdt/tracker

I am using AT command firmware. I am unable to push data on the server. Please help me to resolve the issue.

Logs:
(14:39:47.060) AT
(14:39:47.167) AT
(14:39:47.167) OK
(14:39:50.463) AT+CREG?
(14:39:50.544) AT+CREG?
(14:39:50.544) +CREG: 0,5
(14:39:50.544)
(14:39:50.544) OK
(14:39:52.297) AT+CGREG?
(14:39:52.385) AT+CGREG?
(14:39:52.385) +CGREG: 0,5
(14:39:52.385)
(14:39:52.385) OK
(14:39:55.389) AT+QIFGCNT=0
(14:39:55.488) AT+QIFGCNT=0
(14:39:55.488) OK
(14:39:57.474) AT+QICSGP=1,“internet”
(14:39:57.575) AT+QICSGP=1,“internet”
(14:39:57.575) OK
(14:40:00.471) AT+QIREGAPP
(14:40:00.565) AT+QIREGAPP
(14:40:00.565) OK
(14:40:02.157) AT+QIACT
(14:40:02.241) AT+QIACT
(14:40:11.057) OK
(14:40:15.271) Message=helloworld
(14:40:15.366) Message=helloworld
(14:40:15.366) ERROR
(14:40:18.757) AT+QHTTPCFG=“requestheader”,1
(14:40:18.851) AT+QHTTPCFG=“requestheader”,1
(14:40:18.851) OK
(14:40:21.462) AT+QHTTPURL=55
(14:40:21.566) AT+QHTTPURL=55
(14:40:21.566) CONNECT
(14:40:24.566) http://lb.ners.in:7070/AVLS/RestServices/v2/mdt/tracker
(14:40:24.703)
(14:40:24.703) OK
(14:40:27.105) AT+QHTTPPOST=195
(14:40:27.227) AT+QHTTPPOST=195
(14:40:33.037) CONNECT
(14:40:35.191) POST :7070/AVLS/RestServices/v2/mdt/tracker HTTP/1.1
(14:40:35.300) Host: lb.ners.in
(14:40:35.300) Accept: /
(14:40:35.300) User-Agent: QUECTEL_MODULE
(14:40:35.366) Connection: Keep-Alive
(14:40:35.366) Content-Type: text/plain
(14:40:35.412) Content-Length: 10
(14:40:35.412)
(14:40:35.412) helloworld
(14:40:36.740)
(14:40:36.740) +CME ERROR: 3822

Thank You

Error 3822 means http response fail, please check your post content format first.