curl --request POST \
--url https://api.sprucecollective.co.uk/auth/password-reset \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"site_id": "<string>"
}
'{
"email": "<string>",
"message": "<string>"
}Send a password reset email to the user
curl --request POST \
--url https://api.sprucecollective.co.uk/auth/password-reset \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"site_id": "<string>"
}
'{
"email": "<string>",
"message": "<string>"
}