Reset dealer's password.
The unique ID of dealer.
The password of dealer.
OK
const response = await fetch('https://HOSTNAME:8887/api/dealers/{id}/password', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();