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