curl --location --request POST '/auth/password/reset/confirm' \ --header 'Content-Type: application/json' \ --data-raw '{ "password_reset_token": "string", "new_password": "pa$$word" }'
{}