POST

Dispatches an email that will contain a link that can be followed to set a new password. You should not be authenticated when making this request.

http POST https://apps.dataplicity.com/reset-password/ <<< '{ "email": "[email protected]" }'
curl --header "Content-Type: application/json"  --request POST --data '{ "email": "[email protected]" }'  https://apps.dataplicity.com/reset-password/

On success, you will receive a 204 (No content) and should check your email for a password reset link.