# Verify user's password Verify a user's email and password. Provide the user's email and password in the request body. The response will indicate true or false. This route is for management use only. Endpoint: POST /resources/vendor-only/users/v1/passwords/verify Security: bearer ## Request fields (application/json): - `email` (string, required) - `password` (string, required)