curl --request POST \
--url http://co-mind-platform-host/v1/auth/password-reset \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"newPassword": "<string>"
}
'{
"message": "<string>"
}Reset password using a token from the password reset email.
curl --request POST \
--url http://co-mind-platform-host/v1/auth/password-reset \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"newPassword": "<string>"
}
'{
"message": "<string>"
}