{ "email": "string", "phone": "string", "new_pwd": "string", "code": "string" }
curl --location --request POST 'http://api.gizwits.com/app/reset_password' \ --header 'X-Gizwits-Application-Id;' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string", "phone": "string", "new_pwd": "string", "code": "string" }'
{}