curl --location 'http://localhost:3000/api/v1/auth/reset-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "64ae4dedd09f6b5fd6f8ad5d738d6e9c97988982da21c4b122fbed6be3f6d67a",
"new_password": "LES@mmN5Hp9bV?w",
"confirm_password": "AHEI$84LUFn0xu$"
}'{
"status": "success",
"message": "Password reset successfully."
}