{ "email": "string", "verification_code": "string", "new_password": "string" }
curl --location 'https://pwshop-api.smooretechtest.com/api/auth/reset-password' \ --header 'Content-Type: application/json' \ --data '{ "email": "string", "verification_code": "string", "new_password": "string" }'
{ "message": "Password reset successfully" }