curl --request POST \
--url http://localhost:3091/v1/api/auth/reset-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Reset-Token: <x-reset-token>' \
--data '
{
"newPassword": "<string>"
}
'"<string>"Sets a new password using the reset token received by email.
curl --request POST \
--url http://localhost:3091/v1/api/auth/reset-password \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Reset-Token: <x-reset-token>' \
--data '
{
"newPassword": "<string>"
}
'"<string>"