curl --request POST \
--url https://api.sprucecollective.co.uk/auth/password-reset/confirm \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"token": "<string>"
}
'{
"email": "<string>",
"message": "<string>"
}Reset password using the provided token
curl --request POST \
--url https://api.sprucecollective.co.uk/auth/password-reset/confirm \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>",
"token": "<string>"
}
'{
"email": "<string>",
"message": "<string>"
}