The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/post_setPassword HTTP/1.1
Host: sdk.lovettcommercial.com
Content-Type: text/csv
Content-Length: length
{"email":"String","code":"String","password":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"result":0,"message":"String","token":"String","tokensecret":"String","email":"String","name":"String","phone":"String","homePhone":"String","address":"String","firstname":"String","lastname":"String"}