Resets the password associated with a contact
POST
/api/contact/resetPassword
curl \
--request POST 'http://api.example.com/api/contact/resetPassword' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Resets the password associated with a contact
curl \
--request POST 'http://api.example.com/api/contact/resetPassword' \
--header "Authorization: Bearer $ACCESS_TOKEN"